Advertisement
verygoodplugins

Untitled

May 5th, 2020
1,531
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.30 KB | None | 0 0
  1.     /**
  2.      * Gets and saves updated user meta from the CRM
  3.      *
  4.      * @access public
  5.      * @return array User Meta
  6.      */
  7.  
  8.     public function pull_user_meta( $user_id = false ) {
  9.  
  10.         if ( false == $user_id ) {
  11.             $user_id = $this->get_current_user_id();
  12.         }
  13.  
  14.         $contact_id = $this->get_contact_id( $user_id );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement