Update disable-file-editing.php

This commit is contained in:
Nicholas A. Ferrell 2024-05-23 05:50:50 +00:00
parent 5b47de1dd5
commit 97b4fb5967

View File

@ -1,8 +1,14 @@
<?php <?php
/* /*
Plugin Name: Disable File Editing * Plugin Name: Disable File Editing
Description: Disable Theme and Plugin Editing From Admin Area * Plugin URI: https://giteacoffee.emucafe.org/naferrell/disable-file-editing-from-wp-admin
Author: Nicholas A. Ferrell * 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 ); define( 'DISALLOW_FILE_EDIT', true );