コード例 #1
0
 /**
  * @internal
  */
 protected function _init()
 {
     $this->backend = new _FW_Extension_Sidebars_Backend();
     $this->backend->init_sidebars();
     if (is_admin()) {
         $this->add_admin_actions();
     }
 }