Filter: bricks/auth/custom_reset_password_redirect
This filter provides a way to change the redirect page ID for the reset password page.
Example Usage:
Section titled “Example Usage:”add_filter( 'bricks/auth/custom_reset_password_redirect', function( $selected_reset_password_page_id ) { return /* New reset password page ID */;});Parameters:
$selected_reset_password_page_id(int|false): The ID of the custom reset password page if set; otherwise,false.
Return:
- (int|false): The custom page ID for reset password redirection, or
falseif no custom page is specified.
Was this helpful?
A quick vote and short notes help us improve these docs faster.
Leave a note for us
Please do not include passwords, license keys, or personal data. We store submitted notes to improve the docs.
Thanks for sharing feedback. We're using it to improve these docs.