define_constants(); add_action( 'admin_menu', array( $this, 'admin_menu' ), 11 ); } /** * Define constants. */ private function define_constants() { if ( !defined( 'SP_OVERVIEW_VERSION' ) ) define( 'SP_OVERVIEW_VERSION', '2.5' ); if ( !defined( 'SP_OVERVIEW_URL' ) ) define( 'SP_OVERVIEW_URL', plugin_dir_url( __FILE__ ) ); if ( !defined( 'SP_OVERVIEW_DIR' ) ) define( 'SP_OVERVIEW_DIR', plugin_dir_path( __FILE__ ) ); } /** * Add menu item */ public function admin_menu() { add_submenu_page( 'sportspress', __( 'Overview', 'sportspress' ), __( 'Overview', 'sportspress' ), 'manage_sportspress', 'sportspress-overview', array( $this, 'overview_page' ) ); } /** * Init the overview page */ public function overview_page() { ?>

object_type, $taxonomy ); ?> false, 'parent' => $term->term_id, 'orderby' => 'slug' ) ); ?> false, 'parent' => 0, 'orderby' => 'slug' ) ); ?> -1, 'post_type' => $post_type ) ); ?> false, 'parent' => 0, 'orderby' => 'slug' ) ); ?>