Filter: bricks/auth/custom_registration_redirect
This filter allows for the customization of the redirect page ID for the registration page.
Example Usage:
Section titled “Example Usage:”add_filter( 'bricks/auth/custom_registration_redirect', function( $selected_registration_page_id ) { return /* New registration page ID */;});Parameters:
$selected_registration_page_id(int|false): The ID of the custom registration page if set; otherwise,false.
Return:
- (int|false): The custom page ID for registration redirection, or
falseif 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.