*/ do_action( 'um_reset_password_page_hidden_fields', $args ); if ( ! empty( $_GET['updated'] ) ) { ?>
builtin()->get_specific_fields( 'username_b' ); $output = null; foreach ( $fields as $key => $data ) { $output .= UM()->fields()->edit_field( $key, $data ); } echo $output; /** * UM hook * * @type action * @title um_after_password_reset_fields * @description Hook that runs after user reset their password * @input_vars * [{"var":"$args","type":"array","desc":"Form data"}] * @change_log * ["Since: 2.0"] * @usage add_action( 'um_after_password_reset_fields', 'function_name', 10, 1 ); * @example * */ do_action( 'um_after_password_reset_fields', $args ); ?>
*/ do_action( 'um_reset_password_form', $args ); /** This action is documented in includes/core/um-actions-profile.php */ do_action( 'um_after_form_fields', $args ); } ?>