kalponikoronno

Elementor control select2 render

Nov 3rd, 2019
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. protected function render(){
  2.     $settings = $this->get_settings_for_display();
  3.  
  4.     $countries = $settings['el_select_2'];
  5.  
  6.     foreach ( $countries as $country ) {
  7.         echo '<li>' . $country . '</li>';
  8.     }
  9.    
  10. }
Advertisement
Add Comment
Please, Sign In to add comment