$_post = get_post( $args[0] ); if ( ! empty( $_post ) ) { // Get post type object $post_type = get_post_type_object( $_post->post_type ); // Post is public ...
確定! 回上一頁