Skip to content

Instantly share code, notes, and snippets.

@quangbahoa
Forked from dacuc/wp-config.php
Last active August 23, 2016 07:20
Show Gist options
  • Save quangbahoa/7da09050fd1fdf96eacf to your computer and use it in GitHub Desktop.
Save quangbahoa/7da09050fd1fdf96eacf to your computer and use it in GitHub Desktop.
Mở file wp-config.php
Tìm: define('WPLANG', '');
Thêm bên dưới:
define('WP_POST_REVISIONS', false ); // Tắt bản ghi tạm thời tránh nặng DB
define('AUTOSAVE_INTERVAL', 240 ); // Để chế độ tự động lưu thành 4 phút
define('DISALLOW_FILE_EDIT',true); // Tắt chế độ sửa theme/plugin của admin
define('WP_MEMORY_LIMIT', '64M');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment