Want to keep a client from editing your plugins and themes from the admin?
Add this to the functions file.
[code]
define( ‘DISALLOW_FILE_EDIT’, true );
[/code]
Want to keep a client from editing your plugins and themes from the admin?
Add this to the functions file.
[code]
define( ‘DISALLOW_FILE_EDIT’, true );
[/code]