[request] Compatibility with WPS Hide Login
-
Reference Thread: https://www.ads-software.com/support/topic/compatible-with-better-wp-recaptcha
There is a problem integrating “Better WP reCAPTCHA” (BWPR) and “WPS Hide Login” (WPSHL) plugins with each other. BWPR includes a reCAPTCHA field in the login webpage. WPSHL changes the URL of your login webpage. When WPSHL is activated, the login webpage no longer contains the reCAPTCHA field.
I initially posted a thread (above link) asking the author of WPSHL for a solution. Turns out the issue resides with BWPR plugin. Because the login webpage’s URL is hardcoded in the plugin — “wp-login.php”.
I’d like to request BWPR change their code to use WP’s filter hook (wp_login_url()) to determine the website’s login webpage. Code location:
\wp-content\plugins\bwp-recaptcha\includes\class-bwp-recaptcha.php
line 260 & 274Thanks in advance.
- The topic ‘[request] Compatibility with WPS Hide Login’ is closed to new replies.