https://wpfusion.com/documentation/functions/wpf_get_tag_id/
wpf_get_tag_id() | WP Fusion
This function retrieves the tag ID of a given tag name as an integer, returning false if there is no ID. wpf_get_tag_id( $tag_name ) $tag_name…
wpf gettagidfusion
https://wpfusion.com/documentation/functions/wpf_get_field_type/
wpf_get_field_type() | WP Fusion
This function retrieves the Field Type on the Contact Fields list for a given field. wpf_get_field_type( $meta_key, $default = 'text' ) $meta_key…
wpf getfieldtypefusion
https://wpfusion.com/documentation/functions/wpf_get_current_user_email/
wpf_get_current_user_email() | WP Fusion
This function retrieves the current user's CRM email address and can also work during an auto-login session. (mixed) A string of the users email…
wpf getcurrent useremailfusion
https://wpfusion.com/documentation/functions/wpf_get_contact_id/
wpf_get_contact_id() | WP Fusion
This function retrieves a user's CRM contact ID based on their WordPress user ID. wpf_get_contact_id( $user_id = false, $force_update = false )…
wpf getidfusion
https://wpfusion.com/documentation/filters/wpf_get_user_id_filter/
wpf_get_user_id | WP Fusion
There are some cases where WP Fusion needs to convert a CRM contact ID back to a WordPress user ID, for example: When processing incoming webhooks…
wpf getuser idfusion
https://wpfusion.com/documentation/functions/wpf_get_lookup_field/
wpf_get_lookup_field() | WP Fusion
This function retrieves the field name of the primary field that is used for contact record look-ups. This is usually the email address. (string) The…
wpf getlookupfieldfusion
https://wpfusion.com/documentation/functions/wpf_get_datetime_format/
wpf_get_datetime_format() | WP Fusion
This function gets the default date/time format for syncing with the CRM. (string) The date/time format. $dt_format = wpf_get_datetime_format();
wpf getdatetimeformatfusion
https://wpfusion.com/documentation/functions/wpf_get_users_with_contact_ids/
wpf_get_users_with_contact_ids() | WP Fusion
This function retrieves an array of WordPress user IDs with a saved CRM contact ID. (array) $user_ids The user IDs. $user_ids =…
wpf getusersidsfusion
https://wpfusion.com/documentation/functions/wpf_get_users_with_tag/
wpf_get_users_with_tag() | WP Fusion
This function returns an array of user IDs that have a specified tag. You can use either a tag ID or a label. wpf_get_users_with_tag( $tag ) $tag…
wpf getuserstagfusion
https://wpfusion.com/documentation/functions/wpf_get_crm_field/
wpf_get_crm_field() | WP Fusion
This function retrieves the CRM field ID for a single WordPress meta key. wpf_get_crm_field( $meta_key, $default = false ) $meta_key (string)…
wpf getcrmfieldfusion
https://wpfusion.com/documentation/functions/wpf_get_tag_label/
wpf_get_tag_label() | WP Fusion
This function retrieves the tag name of a given tag ID as a string, returning false if there is no name. wpf_get_tag_label( $tag_id ) $tag_id (int)…
wpf gettaglabelfusion