Thursday, June 17, 2021

WP - Theme Editor not visible

 If you are asking: Why theme editor is not visible in my WP? or Why I cannot edit functions.php in WordPress? or Why theme editor is missing?

The probable reason is that you have disabled editing files. 

Here are few possibilities how to get your theme editor back:

1. In wp-config.php find following line:

define (‘DISALLOW_FILE_EDIT’, true)

and change it to

define (‘DISALLOW_FILE_EDIT’, false)

2. If you have no access to wp-config.php it means some security plugin blocked this.

In the case you are using iThemes just do following:

- In iThemes Settings go to WordPress Tweaks and enable/disable File Editor - Disable File Editor

No comments: