Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_shortcode( 'alt_update_tags', 'wpf_alt_update_tags' );
- function wpf_alt_update_tags() {
- $contact_id = wp_fusion()->user->get_contact_id();
- $tags = wp_fusion()->crm->get_tags( $contact_id );
- update_user_meta( get_current_user_id(), wp_fusion()->crm->slug . '_tags', $tags );
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement