Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

wordpress disable file mods

// On wp-config.php
// Disable WP CORE / PLUGINS / THEME Updates 
// And don't give the option to do so on the WP Panel
define('DISALLOW_FILE_MODS', true); 
 
PREVIOUS NEXT
Tagged: #wordpress #disable #file #mods
ADD COMMENT
Topic
Name
7+2 =