Welcome Pack and Gravity Forms – I need to know which Welcome Pack
-
I am using Gravity Forms with Welcome Pack and Buddypress. Gravity Forms (if used for registration) routes around Buddypresses normal registration processes. So…
I put this line into my functions.php file:
add_action( ‘gform_user_registered’, array( ‘DP_Welcome_Pack’, ‘user_activated’ ) );
however it gave me this error:
Fatal error: Call to undefined function add_action()
The error indicates this is the wrong Welcome Pack function because the function name has changed. What is the correct function then?
Thank you for your help.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Welcome Pack and Gravity Forms – I need to know which Welcome Pack’ is closed to new replies.