'Lost Password', 'description' => 'Please fill in your email address below to reset your password.' ), $atts)); //set args $args = array(); $args['title'] = isset( $title ) ? $title : ""; $args['description'] = isset( $description ) ? $description : ""; //return output $output = get_reset_password_form( $args ); return $output; } /** end */