Bagaimana saya bisa menghapus jenis posting khusus ini agar tidak ditampilkan di dashboard untuk pengguna non admin? /* Add Websites Custom Post Type */ add_action( 'init', 'create_website_type' ); function create_website_type() { register_post_type( 'website', array( 'labels' => array(...