firoze

Disable Theme and Plugin Editors from WordPress Admin Pane

Jun 27th, 2015
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. // Disable Theme and Plugin Editors from WordPress Admin Panel
  2.  
  3. // put this code in functions.php or wp-config.php
  4. define( 'DISALLOW_FILE_EDIT', true );
Advertisement
Add Comment
Please, Sign In to add comment