Created
October 23, 2023 09:48
-
-
Save daveloodts/8fad36b4c645c9c5027faf15d6c7f046 to your computer and use it in GitHub Desktop.
WordPress Constants
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
define( 'WP_AUTO_UPDATE_CORE', false ); | |
define( 'DISALLOW_FILE_EDIT', true ); | |
define( 'WP_POST_REVISIONS', 12 ); | |
define('AUTOSAVE_INTERVAL', 180); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment