[ 'name' => 'Job Worker Profiles', 'singular_name' => 'Worker Profile', 'add_new_item' => 'Add New Profile', 'edit_item' => 'Edit Profile', ], 'public' => true, 'show_ui' => true, 'show_in_menu' => true, 'menu_icon' => 'dashicons-businessperson', 'supports' => ['title', 'editor', 'thumbnail', 'comments'], 'capability_type' => 'post', 'map_meta_cap' => true, ]); } add_action('init', 'jwp_register_cpt'); // 2. Global Toggle add_action('admin_menu', function() { add_submenu_page('edit.php?post_type=jwp_profile', 'Global Visibility', 'Global Toggle', 'manage_options', 'jwp-global-toggle', 'j...
Posts
Showing posts from March, 2026