bp_{$this->id}_includes
bp_{$this->id}_includes
Appears in: bbpress.2.6.0, bbpress.2.6.1, bbpress.2.6.11, bbpress.2.6.12, bbpress.2.6.2, bbpress.2.6.3, bbpress.2.6.4, bbpress.2.6.5, bbpress.2.6.6, bbpress.2.6.9
Hook Type: action
Displaying hooks found in version: bbpress.2.6.9do_action('bp_{$this->id}_includes') is found 1 times:
- /includes/extend/buddypress/loader.php line 898586878889909192939495
* Hook
for
plugins to
include
files,
if
necessary.
*
* @since 2.6.0 bbPress (r3552)
*/
do_action(
"bp_{$this->id}_includes"
);
}
/**
* Setup globals
*
* The BP_FORUMS_SLUG constant is deprecated,
and
only used here
for