um_reset_password_form
Hook type
Action
Description
Password reset display form
Parameters
$args
(array) Password reset shortcode arguments
Usage
add_action( 'um_reset_password_form', 'function_name', 10, 1 );
Examples
<?php add_action( 'um_reset_password_form', 'my_reset_password_form', 10, 1 ); function my_reset_password_form( $args ) { // your code here } ?>
Change Log
Since: 2.0
Source
um_reset_password_form
is located in templates/password-reset.php::line 51