예제 #1
0
 public function getArgs()
 {
     return array_replace_recursive(parent::getArgs(), ['labels' => ['all_items' => 'Authors'], 'public' => false, 'show_in_menu' => 'edit.php?post_type=' . ResearchAbstract::SLUG, 'has_archive' => false, 'capability_type' => ['author', 'authors'], 'map_meta_cap' => true]);
 }