Exemplo n.º 1
0
 function register_scripts()
 {
     parent::register_scripts();
     foreach ($this->fields as $field) {
         $field->register_scripts();
     }
 }
Exemplo n.º 2
0
 function register_scripts()
 {
     parent::register_scripts();
     wp_enqueue_script('jquery-ui-combobox');
 }
Exemplo n.º 3
0
 function register_scripts()
 {
     parent::register_scripts();
     $this->pod->register_scripts();
 }