Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $labels = array(
- 'name' => 'Webinars',
- 'singular_name' => 'Webinar',
- 'add_new' => 'Add new',
- 'add_new_item' => 'Add new webinar',
- 'edit_item' => 'Edit',
- 'new_item' => 'New webinar',
- 'all_items' => 'All webinars',
- 'view_item' => 'View webinar',
- 'view_items' => 'View webinars',
- 'search_items' => 'Find',
- 'not_found' => 'Not found',
- 'not_found_in_trash' => 'Not found in trash',
- 'parent_item_colon' => '',
- 'menu_name' => 'Webinars',
- );
- $args = array(
- 'labels' => $labels,
- 'public' => true,
- 'show_in_nav_menus' => false,
- 'menu_icon' => 'dashicons-format-video',
- 'menu_position' => 4,
- 'has_archive' => 'webinars',
- 'supports' => [ 'title', 'author', 'thumbnail', 'excerpt' ],
- 'capability_type' => 'webinar',
- 'map_meta_cap' => true,
- '_has_role' => true,
- );
- register_post_type( 'webinar', $args );
Advertisement
Add Comment
Please, Sign In to add comment