*/ do_action( 'um_change_password_page_hidden_fields', $args ); $fields = UM()->builtin()->get_specific_fields( 'user_password' ); UM()->fields()->set_mode = 'password'; $output = null; foreach ( $fields as $key => $data ) { $output .= UM()->fields()->edit_field( $key, $data ); } echo $output; ?>
*/ do_action( 'um_change_password_form', $args ); /** * UM hook * * @type action * @title um_after_form_fields * @description Password change after form content * @input_vars * [{"var":"$args","type":"array","desc":"Password change 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 ); ?>