Update disable-file-editing.php
This commit is contained in:
parent
5b47de1dd5
commit
97b4fb5967
@ -1,8 +1,14 @@
|
||||
<?php
|
||||
/*
|
||||
Plugin Name: Disable File Editing
|
||||
Description: Disable Theme and Plugin Editing From Admin Area
|
||||
Author: Nicholas A. Ferrell
|
||||
* Plugin Name: Disable File Editing
|
||||
* Plugin URI: https://giteacoffee.emucafe.org/naferrell/disable-file-editing-from-wp-admin
|
||||
* Description: Disable Theme and Plugin Editing From Admin Area
|
||||
* Author: Nicholas A. Ferrell
|
||||
* Author URI: https://thenewleafjournal.com/author/naferrell
|
||||
* Version: Final
|
||||
* License: MIT
|
||||
* License URL: https://opensource.org/licenses/MIT
|
||||
* Text Domain: disable-file-editing-from-wp-admin
|
||||
*/
|
||||
|
||||
define( 'DISALLOW_FILE_EDIT', true );
|
||||
|
Loading…
Reference in New Issue
Block a user