Advertisement
verygoodplugins

Untitled

May 7th, 2020
1,097
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1. function my_remove_gforms_action() {
  2.  
  3.     remove_action( 'gform_user_registered', array( wp_fusion()->integrations->{'gravity-forms'}, 'user_registered' ), 10, 4 );
  4.  
  5. }
  6.  
  7. add_action( 'wp_loaded', 'my_remove_gforms_action', 100 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement