Upload files to "/"
This commit is contained in:
parent
9251dc49b7
commit
d324a16aad
10
disable-file-editing.php
Normal file
10
disable-file-editing.php
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
Plugin Name: Disable File Editing
|
||||||
|
Description: Disable Theme and Plugin Editing From Admin Area
|
||||||
|
Author: Nicholas A. Ferrell
|
||||||
|
*/
|
||||||
|
|
||||||
|
define( 'DISALLOW_FILE_EDIT', true );
|
||||||
|
|
||||||
|
?>
|
Loading…
Reference in New Issue
Block a user