コード例 #1
0
ファイル: base.php プロジェクト: andrewevans/lana
 public function _action_setup_admin_page()
 {
     if (!$this->page) {
         return;
     }
     \FakerPress\Admin::add_menu($this->page->view, $this->page->title, $this->page->menu, 'manage_options', 10);
 }
コード例 #2
0
ファイル: base.php プロジェクト: luancuba/fakerpress
 public function _action_setup_admin_page()
 {
     // Prevent any modules with page to be added to menu
     if (!$this->page) {
         return;
     }
     Admin::add_menu($this->page->view, $this->page->title, $this->page->menu, 'manage_options', 10);
 }