## Constants ## Most Apocalypse Meow settings can be hardcoded as PHP constants in `wp-config.php`. This allows system administrators to set up the plugin without logging in, and also prevents configuration changes from being made by WordPress users (constant-defined options are readonly). All of this is covered in much greater detail in the plugin's `wp-admin` settings page. There is even a WP-Config tab that will generate PHP constants using your chosen settings. But if you prefer to receive information list-style instead, here you go! ``` ` tags corresponding to the previous and next post. (bool) **MEOW_TEMPLATE_GENERATOR_TAG** Remove the WordPress version `` tag. (bool) **MEOW_TEMPLATE_NOOPENER** Add `rel="noopener"` to offsite links to prevent phishing attempts. (bool) **MEOW_TEMPLATE_README** Remove the `readme.html` file if it exists. ### Request Headers (string) **MEOW_TEMPLATE_REFERRER_POLICY** Prevent browsers from sending referrer URLs when visitors click links on your site. * `"all"`: the default behavior (i.e. the plugin does not set any headers) * `"limited"`: sets `origin-when-cross-origin`, which limits sharing to the site's domain name * `"none"`: sets `no-referrer`, which stops referrer information from being sent at all (bool) **MEOW_TEMPLATE_X_CONTENT_TYPE** Prevent browsers from attempting to make their own determinations about served content types. (bool) **MEOW_TEMPLATE_X_FRAME** Prevent your site pages from being embedded in `