password()->reset_request ) ) { /** * UM hook * * @type action * @title um_reset_password_page_hidden_fields * @description Password reset hidden fields * @input_vars * [{"var":"$args","type":"array","desc":"Password reset shortcode arguments"}] * @change_log * ["Since: 2.0"] * @usage add_action( 'um_reset_password_page_hidden_fields', 'function_name', 10, 1 ); * @example * */ do_action( 'um_reset_password_page_hidden_fields', $args ); /** * UM hook * * @type action * @title um_reset_password_form * @description Password reset display form * @input_vars * [{"var":"$args","type":"array","desc":"Password reset shortcode arguments"}] * @change_log * ["Since: 2.0"] * @usage add_action( 'um_reset_password_form', 'function_name', 10, 1 ); * @example * */ do_action( 'um_reset_password_form', $args ); /** * UM hook * * @type action * @title um_after_form_fields * @description Password reset after display form * @input_vars * [{"var":"$args","type":"array","desc":"Password reset shortcode arguments"}] * @change_log * ["Since: 2.0"] * @usage add_action( 'um_after_form_fields', 'function_name', 10, 1 ); * @example * */ do_action( "um_after_form_fields", $args ); } else { ?>