Advertisement
verygoodplugins

Untitled

Dec 5th, 2018
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.24 KB | None | 0 0
  1. function remove_tags_after_form_submission( $update_data, $user_id, $contact_id ) {
  2.  
  3.     wp_fusion()->crm->remove_tags( array( '123' ), $contact_id );
  4.  
  5. }
  6.  
  7. add_action( 'wpf_gform_post_submission_1', 'remove_tags_after_form_submission', 10, 3 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement