Delete disable-file-editing.php

This commit is contained in:
Nicholas A. Ferrell 2024-05-23 05:48:00 +00:00
parent d324a16aad
commit 87124b2add

View File

@ -1,10 +0,0 @@
<?php
/*
Plugin Name: Disable File Editing
Description: Disable Theme and Plugin Editing From Admin Area
Author: Nicholas A. Ferrell
*/
define( 'DISALLOW_FILE_EDIT', true );
?>