• Resolved wcmaster

    (@wcmaster)


    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 & 274

    Thanks in advance.

    https://www.ads-software.com/plugins/bwp-recaptcha/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter wcmaster

    (@wcmaster)

    Never mind about using the wp_login_url() hook. That doesn’t seem to work. Perhaps a field in BWPR option menu where we can specify the login webpage’s URL.

    Plugin Author Khang Minh

    (@oddoneout)

    Should be resolved in 2.0.0 (released next week).

    Thread Starter wcmaster

    (@wcmaster)

    Many thanks! It works great. I appreciate your support and providing the WordPress community with an outstanding plugin. Sorry for the late reply. You know, life.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[request] Compatibility with WPS Hide Login’ is closed to new replies.