apply_filters( 'bp_login_redirect', string $redirect_to, string $redirect_to_raw, WP_User|WP_Error $user )

Filters the URL to redirect to after login.


Description Description


Parameters Parameters

$redirect_to

The redirect destination URL.

$redirect_to_raw

The requested redirect destination URL passed as a parameter.

$user

WP_User object if login was successful, WP_Error object otherwise.


Top ↑

Source Source

File: bp-core/bp-core-dependency.php


Top ↑

Changelog Changelog

Changelog
Version Description
1.7.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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