Skip to content

Instantly share code, notes, and snippets.

@trangsihung
Last active July 26, 2017 02:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trangsihung/c2e697faaa4f11e4117eb7bec9f5ffcb to your computer and use it in GitHub Desktop.
Save trangsihung/c2e697faaa4f11e4117eb7bec9f5ffcb to your computer and use it in GitHub Desktop.
thiet-lap-wp-config
<?php define ('EMPTY_TRASH_DAYS', 7); ?>
<?php define ('EMPTY_TRASH_DAYS', 0); ?>
<?php define( 'WP_POST_REVISIONS', 3 ); ?>
<?php define( 'WP_POST_REVISIONS', false ); ?>
<?php define( 'AUTOSAVE_INTERVAL', 180 ); ?>
<?php define( 'WP_CONTENT_DIR', dirname(__FILE__) . '/assets' ); ?>
<?php define( 'DISALLOW_FILE_EDIT', true ); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment