Hooks |
Description |
---|---|
xprofile_avatar_upload_dir |
Filters the avatar upload directory for a user. |
xprofile_avatar_uploaded |
Fires right before the redirect, after processing a new avatar. |
xprofile_cover_image_deleted |
Fires if the cover photo was successfully deleted. |
xprofile_data_after_delete |
Fires after the current profile data instance gets deleted. |
xprofile_data_after_save |
Fires after the current profile data instance gets saved. |
xprofile_data_before_delete |
Fires before the current profile data instance gets deleted. |
xprofile_data_before_save |
Fires before the current profile data instance gets saved. |
xprofile_data_exists |
Filters whether or not data already exists for the user. |
xprofile_data_field_id_before_save |
Filters the data’s field ID before saving to the database. |
xprofile_data_is_valid_field |
Filters whether or not data is for a valid field. |
xprofile_data_last_updated_before_save |
Filters the data’s last updated timestamp before saving to the database. |
xprofile_data_user_id_before_save |
Filters the data’s user ID before saving to the database. |
xprofile_data_value_before_save |
Filters the data’s value before saving to the database. |
xprofile_field_after_contentbox |
Fires after XProfile Field content metabox. |
xprofile_field_after_delete |
Fires after the current field instance gets deleted. |
xprofile_field_after_save |
Fires after the current field instance gets saved. |
xprofile_field_after_sidebarbox |
Fires after XProfile Field sidebar metabox. |
xprofile_field_after_submitbox |
Fires after XProfile Field submit metabox. |
xprofile_field_before_contentbox |
Fires before XProfile Field content metabox. |
xprofile_field_before_delete |
Fires before the current field instance gets deleted. |
xprofile_field_before_save |
Fires before the current field instance gets saved. |
xprofile_field_before_submitbox |
Fires before XProfile Field submit metabox. |
xprofile_field_default_before_save |
Filters the default field option value before saved. |
xprofile_field_options_before_save |
Filters the submitted field option value before saved. |
xprofile_field_submitbox_start |
Fires at the beginning of the XProfile Field publishing actions section. |
xprofile_field_types |
Filters the supported field type IDs. |
xprofile_fields_deleted_field |
Fires at the end of the field deletion process, if successful. |
xprofile_fields_saved_field |
Fires at the end of the process to save a field for a user, if successful. |
xprofile_filter_profile_group_tabs |
Filters the tabs to display for profile field groups. |
xprofile_filtered_data_value_before_save |
Filters the kses-filtered data before saving to database. |
xprofile_get_field_data |
Filters the field data value for a specific field for the user. |
xprofile_get_random_profile_data |
Filters a random piece of profile data for the user. |
xprofile_group_admin_after_description |
Fires after the XProfile group description field is rendered in wp-admin. |
xprofile_group_after_delete |
Fires after the current group instance gets deleted. |
xprofile_group_after_save |
Fires after the current group instance gets saved. |
xprofile_group_after_submitbox |
Fires after XProfile Group submit metabox. |
xprofile_group_before_delete |
Fires before the current group instance gets deleted. |
xprofile_group_before_save |
Fires before the current group instance gets saved. |
xprofile_group_before_submitbox |
Fires before XProfile Group submit metabox. |
xprofile_group_fields |
Filters the group fields for the next_group method. |
xprofile_group_submitbox_start |
Fires at the beginning of the XProfile Group publishing actions section. |
xprofile_groups_deleted_group |
Fires at the end of group deletion process, if successful. |
xprofile_groups_saved_group |
Fires at the end of the group adding/saving process, if successful. |
xprofile_nickname_max_length |
UPDATE and DELETE: – replace ‘xprofile_{fieldtype}_id’ with ‘object_id’ – ensure that the object_type field gets filled in |
xprofile_pc_user_progress |
Filter returns User Progress array. |
xprofile_pc_user_progress_formatted |
Filter returns User Progress array in the template friendly format. |
xprofile_profile_completion_form |
Fires after showing last field in the Widget form. |
xprofile_profile_completion_form_update |
Fires when updating widget form settings. |
xprofile_profile_completion_widget |
Fires after showing widget content. |
xprofile_profile_field_data_updated |
Fires on each iteration of an XProfile field being saved with no error. |