Skip to content

Instantly share code, notes, and snippets.

@ckaklamanos
Last active November 11, 2015 10:34
Show Gist options
  • Save ckaklamanos/470f3fdc166b11db1323 to your computer and use it in GitHub Desktop.
Save ckaklamanos/470f3fdc166b11db1323 to your computer and use it in GitHub Desktop.
Wordpress wp-config custom
define('AUTOSAVE_INTERVAL', 300 ); // seconds
define('WP_POST_REVISIONS', false );
define( 'WPCF7_ADMIN_READ_CAPABILITY', 'manage_options' );
define( 'WPCF7_ADMIN_READ_WRITE_CAPABILITY', 'manage_options' );
define('DISALLOW_FILE_EDIT', TRUE);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment