[ad_1]
This is a bug in version 5.0.2.
I have a custom php script which I name “test.php”. This script requires wp-load.php to run and it is executed by php cli command “php test.php”.
The script works well except that if I enable “rename login page” it will block the script and return a 403 error. The issue only happens if I run the script with the cli command.
