Last active
December 31, 2017 13:01
-
-
Save Dimasmagadan/7ee98d24f1f1db9da502 to your computer and use it in GitHub Desktop.
Отключение встроенного редактора кода и возможности установки новых плагинов #WordPress
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
define( 'DISALLOW_FILE_EDIT', true ); | |
define( 'DISALLOW_FILE_MODS', true ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment