コード例 #1
0
ファイル: class.php プロジェクト: shads196770/cbox-theme
 /**
  */
 public function init_scripts()
 {
     parent::init_scripts();
     if (is_admin()) {
         // need scrollpane helper
         wp_enqueue_script('ice-scrollpane');
     }
 }
コード例 #2
0
ファイル: class.php プロジェクト: nxtclass/NXTClass-themes
 /**
  */
 public function init_scripts()
 {
     parent::init_scripts();
     if (is_admin()) {
         // need slider helper
         nxt_enqueue_script('ice-slider');
     }
 }