## 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.