[WordPress]404任意表示 PHPCMSWordPress2018-04-14 public function show_404() { header('HTTP/1.0 404 Not Found'); include(TEMPLATEPATH.'/404.php'); exit; }