Skip to content

Instantly share code, notes, and snippets.

@daveloodts
Created October 23, 2023 09:48
Show Gist options
  • Save daveloodts/8fad36b4c645c9c5027faf15d6c7f046 to your computer and use it in GitHub Desktop.
Save daveloodts/8fad36b4c645c9c5027faf15d6c7f046 to your computer and use it in GitHub Desktop.
WordPress Constants
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