Want to keep a client from editing your plugins and themes from the admin?
Add this to the functions file.
define( 'DISALLOW_FILE_EDIT', true );
Web Development / Data / Social / Technology
Want to keep a client from editing your plugins and themes from the admin?
Add this to the functions file.
define( 'DISALLOW_FILE_EDIT', true );