Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

Wordpress disable plugin or theme installation

// Add this in your wp-config.php file.
define('DISALLOW_FILE_MODS',true);
 
PREVIOUS NEXT
Tagged: #Wordpress #disable #plugin #theme #installation
ADD COMMENT
Topic
Name
7+7 =