📅  最后修改于: 2022-03-11 15:00:31.695000             🧑  作者: Mango
// Never 404 for the admin, robots, or if we found posts.
if ( is_admin() || is_robots() || $wp_query->posts || is_feed() ) {
status_header( 200 );
return;
}