Advertisement
verygoodplugins

Untitled

Oct 30th, 2024
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. function ime_sync_drip_field( $user_id, $field_name, $field_data ) {
  2.    
  3.     $update_data = array(
  4.         $field_name => $field_data
  5.     );
  6.  
  7.     wp_fusion()->user->push_user_meta( $user_id, $update_data );
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement