Skip to content

Instantly share code, notes, and snippets.

@micc83
Created March 20, 2014 14:37
Show Gist options
  • Save micc83/9665159 to your computer and use it in GitHub Desktop.
Save micc83/9665159 to your computer and use it in GitHub Desktop.
Wordpress return 404
<?php
function return_page_404() {
global $wp_query;
$wp_query->set_404();
status_header(404);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment