luizbills / wp-tweaks

Several opinionated wordpress tweaks focused in :shield: security and :zap: performance.
https://wordpress.org/plugins/wp-tweaks/
GNU General Public License v3.0
31 stars 8 forks source link

Disable theme & plugin editor #17

Closed luizbills closed 3 years ago

luizbills commented 3 years ago

snippet:

function _disable_file_edit () {
    if ( ! defined( 'DISALLOW_FILE_EDIT' ) ) define( 'DISALLOW_FILE_EDIT', true );
}
add_action( 'init','_disable_file_edit' );
luizbills commented 3 years ago

https://github.com/luizbills/wp-tweaks/releases/tag/1.5.0