WP Fix: Editor Missing in WordPress Dashboard

Can't access the theme/plugin editor on your WordPress dashboard? No editor option in your WordPress dashboard? Editor missing from WordPress dashboard? YES, YES, YES! You don't need to worry as we've got the fix for you.

On this post, we'll be going straight to the point to show you how to fix this issue.


Steps on How To Fix Missing Editor Option in WordPress Dashboard

Step 1: Log in to your cPanel.
Step 2: Go to your root directory (public_html).
Step 3: Locate and edit the Wp-config.php or wp-config.php file.
Step 4: Check for the below code, if it exists then remove it.

Code:

define( 'DISALLOW_FILE_EDIT', true );


Reload your WordPress Dashboard and you are done! Cheers!