I’m using a custom filter for my login form, it loads a custom form and I used a filter for login_url add_filter( ‘login_url’, array( $this, ‘overwrite_login_url’ ), 10, 1 );
Here is the code:
https://pastebin.com/8auXUTYM
When Defender Mask URL is enabled it redirects me to 404 page.
https://share.getcloudapp.com/9ZuWgoNl
It works fine for WPS Hide Login mask URL, but not for defender.
Can you help me?