Disable Plugin and Theme editor

Use this snippet to disable Plugin and Theme editor on your Child Sites

Snippet Type

Save to wp-config.php

Snippet

define( 'DISALLOW_FILE_EDIT', true );
1 Like