コード例 #1
0
ファイル: custom-table.php プロジェクト: Patreo/yonk
 public function __construct()
 {
     parent::__construct('my-page-table', 'Table Movies', 'edit.php?post_type=movie');
 }
コード例 #2
0
ファイル: custom-page.php プロジェクト: Patreo/yonk
 public function __construct()
 {
     parent::__construct('my-page', 'Import Movies', 'edit.php?post_type=movie');
 }