Slide 24
Slide 24 text
Prevent users from using the installers/editors/updaters:
define( 'DISALLOW_FILE_MODS', true );
or
wp config set DISALLOW_FILE_MODS true --type=constant --raw
WP-CLI remains unaffected; allows for controlled
management:
wp core language install it_IT
wp plugin update --all
wp theme install twentyeighteen
Enhance Your Security