$found_post = null; if ( $posts = get_posts( array( 'name' => 'my_post_slug' ... $post_name )); if ( $post ) return get_post($post, $output); return null; }.
確定! 回上一頁