Skip to content

Instantly share code, notes, and snippets.

@dacuc
Created August 25, 2014 04:14
Show Gist options
  • Save dacuc/c5e38ef6d6faa3400a65 to your computer and use it in GitHub Desktop.
Save dacuc/c5e38ef6d6faa3400a65 to your computer and use it in GitHub Desktop.
WPCONFIG TIPS
Mở file wp-config.php
Tìm: define('WPLANG', '');
Thêm bên dưới:
define('WP_POST_REVISIONS', false );
define('AUTOSAVE_INTERVAL', 240 );
define('DISALLOW_FILE_EDIT',true);
define(‘WP_MEMORY_LIMIT’, ’64M’);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment