mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-04-29 11:32:21 +08:00
https://ithemeshelp.zendesk.com/hc/en-us/articles/229242788-iThemes-Security-wp-config-php-Rules
5 lines
277 B
Text
5 lines
277 B
Text
// BEGIN iThemes Security - Do not modify or remove this line
|
|
// iThemes Security Config Details: 2
|
|
define( 'DISALLOW_FILE_EDIT', true ); // Disable File Editor - Security >
|
|
Settings > WordPress Tweaks > File Editor
|
|
// END iThemes Security - Do not modify or remove this line
|