{"id":529,"date":"2024-08-27T17:34:44","date_gmt":"2024-08-27T17:34:44","guid":{"rendered":"https:\/\/sites.bc.edu\/sonn\/?p=529"},"modified":"2024-08-27T17:38:29","modified_gmt":"2024-08-27T17:38:29","slug":"create-a-php-page-to-hide-wp-version","status":"publish","type":"post","link":"https:\/\/sites.bc.edu\/sonn\/2024\/08\/27\/create-a-php-page-to-hide-wp-version\/","title":{"rendered":"Create a PHP page to hide WP version"},"content":{"rendered":"\n<p>Create &amp; Upload a PHP file at the following directory and file name.<\/p>\n\n\n\n<p>wp-content\/mu-plugins\/remove-wp-version.php<\/p>\n\n\n\n<p><code>&lt;?php<\/code><\/p>\n\n\n\n<p><code>function remove_wp_version() {<\/code><br><code>remove_action('wp_head', 'wp_generator');<\/code><br><code>}<\/code><br><code>add_action('init', 'remove_wp_version');<\/code><\/p>\n\n\n\n<p>?&gt;<\/p>\n","protected":false},"excerpt":{"rendered":"<div class=\"entry-summary\">\nCreate &amp; Upload a PHP file at the following directory and file&hellip;\n<\/div>\n<div class=\"link-more\"><a href=\"https:\/\/sites.bc.edu\/sonn\/2024\/08\/27\/create-a-php-page-to-hide-wp-version\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &ldquo;Create a PHP page to hide WP version&rdquo;<\/span>&hellip;<\/a><\/div>\n","protected":false},"author":131979,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-529","post","type-post","status-publish","format-standard","hentry","category-uncategorized","entry"],"_links":{"self":[{"href":"https:\/\/sites.bc.edu\/sonn\/wp-json\/wp\/v2\/posts\/529","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sites.bc.edu\/sonn\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sites.bc.edu\/sonn\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sites.bc.edu\/sonn\/wp-json\/wp\/v2\/users\/131979"}],"replies":[{"embeddable":true,"href":"https:\/\/sites.bc.edu\/sonn\/wp-json\/wp\/v2\/comments?post=529"}],"version-history":[{"count":2,"href":"https:\/\/sites.bc.edu\/sonn\/wp-json\/wp\/v2\/posts\/529\/revisions"}],"predecessor-version":[{"id":531,"href":"https:\/\/sites.bc.edu\/sonn\/wp-json\/wp\/v2\/posts\/529\/revisions\/531"}],"wp:attachment":[{"href":"https:\/\/sites.bc.edu\/sonn\/wp-json\/wp\/v2\/media?parent=529"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sites.bc.edu\/sonn\/wp-json\/wp\/v2\/categories?post=529"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sites.bc.edu\/sonn\/wp-json\/wp\/v2\/tags?post=529"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}