Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**
- * Gets and saves updated user meta from the CRM
- *
- * @access public
- * @return array User Meta
- */
- public function pull_user_meta( $user_id = false ) {
- if ( false == $user_id ) {
- $user_id = $this->get_current_user_id();
- }
- $contact_id = $this->get_contact_id( $user_id );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement