Modify an action hook so Captcha appears under extended profile instead?
-
In wp-recaptecha-intergration.php, if I change this line ‘add_action(‘bp_account_details_fields’,array($this,’print_recaptcha_html’));’ into ‘add_action(‘bp_signup_profile_fields’,array($this,’print_recaptcha_html’));’, the Captcha will appear under extended profile field instead. However, I wonder is there a way I can create another hook in my theme’s “functions.php” so that particular change won’t be reverted after future updates?
Thanks in advance.
https://www.ads-software.com/plugins/wp-recaptcha-integration/
- The topic ‘Modify an action hook so Captcha appears under extended profile instead?’ is closed to new replies.