Fires before the New password form on the Admin Passwords page.
Usage Example
add_action( 'mainwp_admin_pass_before_pass_form', 'your_custom_function_name' ); function your_custom_function_name() { // Your code }