How to override bp_core_signup_user function?
-
I’d like to override bp_core_signup_user without editing the core files? My goal is to add some logic near the start of the function so using add_action(‘bp_core_signup_user’, ‘my_function’) runs too late.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to override bp_core_signup_user function?’ is closed to new replies.