add_action( 'admin_menu', array( $this, 'disable_new_event_posts' ) ); /** * Disable New Event Post Links. */ public function disable_new_event_posts() { // ...
確定! 回上一頁