Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- protected function render(){
- $settings = $this->get_settings_for_display();
- $countries = $settings['el_select_2'];
- foreach ( $countries as $country ) {
- echo '<li>' . $country . '</li>';
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment