apply_filters( 'tribe_events_community_successful_login_redirect_to', string $redirect_upon_success )

Where to redirect upon successful login from Community Events login form.

Default is just the current URL without the failed query var (if exists).


Parameters

$redirect_upon_success

(string) The URL to redirect to.


Top ↑

Return

(string)


Top ↑

Source

File: src/Tribe/Main.php


Top ↑

Changelog

Changelog
Version Description
4.6.3 Introduced.