コード例 #1
0
ファイル: widget-base.php プロジェクト: pojome/elementor
 public function start_controls_section($section_id, $args)
 {
     parent::start_controls_section($section_id, $args);
     static $is_first_section = true;
     if ($is_first_section) {
         $this->_register_skin_control();
         $is_first_section = false;
     }
 }