예제 #1
0
 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');
 }