Skip to content

Instantly share code, notes, and snippets.

@dacuc
dacuc / wp-config.php
Created August 25, 2014 04:14
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’);