Dev Resources

  • Home
  • Reference
  • BuddyX Theme
  • Functions
  • Hooks
  • Classes
Filter by type:
Search
Browse: Home / Reference / Hooks / LLMS_Controller_Account::reset_password_handler / llms_validate_password_reset_form

apply_filters( 'llms_validate_password_reset_form', WP_Error|true $valid )

Add custom validations to the password reset form.

Contents

  • Description
    • Parameters
    • Source
    • Changelog
  • User Contributed Notes

Description #Description


Parameters #Parameters

$valid

Whether or not the submitted data is valid. Return true for valid data or a WP_Error when invalid.


Top ↑

Source #Source

File: includes/forms/controllers/class.llms.controller.account.php


Top ↑

Changelog #Changelog

Changelog
Version Description
5.0.0 Introduced.

Top ↑

User Contributed Notes #User Contributed Notes

You must log in before being able to contribute a note or feedback.

Proudly powered by WordPress