Chime (2024)
Aug. 02, 2024Chime (2024)
A chef's life is disrupted by a chime that brings with it an increasing sense of dread.
add_action('init', function() { // Memaksa Post Type 'report' bawaan DooPlay agar tampil di admin sidebar if (post_type_exists('report')) { global $wp_post_types; $wp_post_types['report']->show_in_menu = true; $wp_post_types['report']->show_ui = true; $wp_post_types['report']->exclude_from_search = false; } // Cadangan jika nama post type di tema menggunakan akhiran 's' if (post_type_exists('reports')) { global $wp_post_types; $wp_post_types['reports']->show_in_menu = true; $wp_post_types['reports']->show_ui = true; $wp_post_types['reports']->exclude_from_search = false; } }, 999);