Example #1
0
 public function __construct()
 {
     parent::__construct('my-page-table', 'Table Movies', 'edit.php?post_type=movie');
 }
Example #2
0
 public function __construct()
 {
     parent::__construct('my-page', 'Import Movies', 'edit.php?post_type=movie');
 }