add_filter('get_post_status', function($post_status, $post) { if ($post->post_type == 'post' && $post_status == 'future') {
確定! 回上一頁