disable-file-editing-from-w.../disable-file-editing.php

10 lines
178 B
PHP
Raw Normal View History

2024-05-23 01:29:27 +00:00
<?php
/*
Plugin Name: Disable File Editing
Description: Disable Theme and Plugin Editing From Admin Area
Author: Nicholas A. Ferrell
*/
define( 'DISALLOW_FILE_EDIT', true );
?>