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' );
}

Top ↑

Changelog Changelog

Changelog
Version Description
2.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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