Pokémon magimon
New pokémon game
if ( ! function_exists('Pokémon_magimon') ) { // Register Custom Post Type function Pokémon_magimon() { $labels = array( 'name' => 'Post Types', 'singular_name' => 'Pokémon magimon', 'menu_name' => 'Pokémon magimon', 'name_admin_bar' => 'Magicals', 'archives' => 'Darkness', 'attributes' => 'Lights', 'parent_item_colon' => 'Healers', 'all_items' => 'Items', 'add_new_item' => 'Magi ball', 'add_new' => 'Pokémon', 'new_item' => 'Magi ball', 'edit_item' => 'Edits', 'update_item' => 'Updates', 'view_item' => 'View', 'view_items' => 'Views', 'search_items' => 'Search', 'not_found' => 'Not found', 'not_found_in_trash' => 'Not found in Trash', 'featured_image' => 'Featured Image', 'set_featured_image' => 'Set featured image', 'remove_featured_image' => 'Remove featured image', 'use_featured_image' => 'Use as featured image', 'insert_into_item' => 'Insert into item', 'uploaded_to_this_item' => 'Uploaded to this item', 'items_list' => 'Items list', 'items_list_navigation' => 'Items list navigation', 'filter_items_list' => 'Filter items list', ); $args = array( 'label' => 'Pokémon magimon', 'description' => 'A Pokemon game where the region is the magical region and the starters are a dragon fire and psychic type, a grass electric and psychic type, and water Stella and psychic type city's the gyms are ghost,physic, dragon, dark, fairy, light, Stella, and fire the elite four has fire, ghost, dark, and physchic and the champion has dragon types the legendarys are hoopa, mew, and latios and latios the badge case looks like a sword and the proffeser is a female named grace, and you can customize your character and it is in English and the evil team is know as team black magic and you get the chooses to start your gym or go to a new region and it has all the regular items and a new pokeball called the magi ball and the starters are basesed on a dragon, shark, and snake and there are over 1000 Pokemon and it has new and old pokémon', 'labels' => $labels, 'supports' => array( 'title', 'editor' ), 'taxonomies' => array( 'Pokémon coders.com' ), 'hierarchical' => true, 'public' => true, 'show_ui' => true, 'show_in_menu' => true, 'menu_position' => 5, 'show_in_admin_bar' => true, 'show_in_nav_menus' => true, 'can_export' => true, 'has_archive' => true, 'exclude_from_search' => false, 'publicly_queryable' => true, 'capability_type' => 'page', ); register_post_type( 'Pokémon game', $args ); } add_action( 'init', 'Pokémon_magimon', 0 ); }