add_filter( 'get_post_status', function( $post_status, $post ) { return 'private'; }, 10, 2 );.
確定! 回上一頁