WordPress - Fixing the Missing Theme Editor Issue 16 May 2023·25 words Technical Note WordPress Author icysamon Electronics & Creator Using an FTP tool, open wp-config.php in public_html. define('DISALLOW_FILE_EDIT', true); If this line exists, change true to false. If it doesn’t exist, add: define('DISALLOW_FILE_EDIT', false);