Skip to content

Instantly share code, notes, and snippets.

@hgc81538
Created June 15, 2015 10:47
Show Gist options
  • Save hgc81538/b3f71475ad0b5297d897 to your computer and use it in GitHub Desktop.
Save hgc81538/b3f71475ad0b5297d897 to your computer and use it in GitHub Desktop.
Wordpress manually set 404
<?php
global $wp_query;
$wp_query->set_404();
status_header(404);
include '404.php';
exit;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment