Filter: bricks/auth/custom_lost_password_redirect
This filter enables the modification of the redirect page ID for the lost password page.
Example Usage:
Section titled “Example Usage:”add_filter( 'bricks/auth/custom_lost_password_redirect', function( $selected_lost_password_page_id ) { return /* New lost password page ID */;});Parameters:
$selected_lost_password_page_id(int|false): The ID of the custom lost password page if set, otherwisefalse.
Return:
- (int|false): The new custom lost password page ID or
falseto indicate no custom page is set.
Was this helpful?
A quick vote and short notes help us improve these docs faster.
Leave a note for us
Thanks for sharing feedback. We're using it to improve these docs.