Swapped (2026)
May. 01, 2026Swapped (2026)
Si makhluk hutan kecil dan si burung agung tiba-tiba saling bertukar tubuh, memaksa mereka untuk bekerja sama agar selamat dalam petualangan ...
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);