Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function remove_tags_after_form_submission( $update_data, $user_id, $contact_id ) {
- wp_fusion()->crm->remove_tags( array( '123' ), $contact_id );
- }
- add_action( 'wpf_gform_post_submission_1', 'remove_tags_after_form_submission', 10, 3 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement