kalponikoronno

Elementor control select2 _content_template

Nov 3rd, 2019
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1. protected function _content_template(){
  2.     ?>
  3.     <ul>
  4.         <#
  5.        
  6.         _.each(settings.el_select_2,function(country){ #>
  7.             <li>{{{ country }}}</li>
  8.         <# });
  9.  
  10.  
  11.         #>
  12.     </ul>
  13.     <?php
  14. }
Advertisement
Add Comment
Please, Sign In to add comment