Hi @simoypala
Do it shows error?
Disable PHP file editing failed: unable to modify or make a backup of the wp-config.php file.
I do have checked on one of live sites AIOS 5.3.3 it seems working fine.
no error when disable and save it just page reload but nothing happen it again enable. actully i update plugin from old version to new version , in old version php edit is disable and after update i try to enable and save but not working.
Hi @simoypala
Ok, I will create internal ticket to check in more detail. I will get back to you asap.
Regards
Hi @simoypala
As per your comments, the issue is not of the latest update as older version have also issue there.
is defined below in the wp-config.php file?
//Disable File Edits if (!defined('DISALLOW_FILE_EDIT')) { define('DISALLOW_FILE_EDIT', false); }
If you want to enable php editing you can set this to true,
Regards