Advertisement
Guest User

Untitled

a guest
Oct 7th, 2015
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. function wpf_user_updated($user_id) {
  2.  
  3.     $wpf = WP_Fusion();
  4.     if($wpf->has_tag($tag_id, $user_id))
  5.         wp_delete_user($user_id);
  6.  
  7. }
  8.  
  9.  
  10. add_action('wpf_user_updated', 'wpf_user_updated', 10);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement