woocommerce_registration_redirect

woocommerce_registration_redirect

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_registration_redirect') is found 1 times:

  • /includes/class-wc-form-handler.php line 1143
    					} else {
    						$redirect = wc_get_page_permalink( 'myaccount' );
    					}
    
    					wp_redirect( wp_validate_redirect( apply_filters( 'woocommerce_registration_redirect', $redirect ), wc_get_page_permalink( 'myaccount' ) ) ); //phpcs:ignore WordPress.Security.SafeRedirect.wp_redirect_wp_redirect
    					exit;
    				}
    			} catch ( Exception $e ) {
    				if ( $e->getMessage() ) {
    					wc_add_notice( '<strong>' . __( 'Error:', 'woocommerce' ) . '</strong> ' . $e->getMessage(), 'error' );
    				}