diff --git a/includes/um-short-functions.php b/includes/um-short-functions.php index 4df3d2bd..244f3f19 100644 --- a/includes/um-short-functions.php +++ b/includes/um-short-functions.php @@ -693,6 +693,27 @@ function um_user_submitted_registration_formatted( $style = false ) { $output .= um_user_submited_display( 'use_gdpr_agreement', __( 'GDPR Applied', 'ultimate-member' ), $submitted_data ); } + /** + * Filters the custom HTML before user registration submitted and formatted data. + * + * @param {string} $before_html Custom HTML before submitted data. + * @param {string} $output Prepared submitted data in HTML format. + * @param {array} $submitted_data Submitted user data during registration. + * + * @return {string} Custom HTML before submitted data. + * + * @since 2.9.2 + * @hook um_before_user_submitted_registration_data + * + * @example