Restrict Plugin, Theme, File modifications
Increased security by restricting what accounts can modify files, plugins, and themes. By default only our account can modify anything, but additional users can be set to elevated permissions by adding their email address to an array in the wp-config.php like so:
define('ELEVATED_EMAILS', ['worf@embold.com', 'spock@embold.com']);If you want this security disabled entirely for all users, you can set this:
define('LOOSE_USER_RESTRICTIONS', true);Users will no longer be able to delete, activate, install, or edit plugins, or themes. They will not be able to switch themes, and they will not be able to access the hidden options.php page that allows editing the wp_options table.
This plugin is hidden from the plugin list unless the current user account is info@embold.com