bbp_template_redirect()
The main action used for redirecting bbPress theme actions that are not permitted by the current_user
Description Description
Source Source
File: includes/core/sub-actions.php
function bbp_template_redirect() { do_action( 'bbp_template_redirect' ); }
Changelog Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |