bp_include()
Fire the ‘bp_include’ action, where plugins should include files.
Description Description
Source Source
File: bp-core/bp-core-dependency.php
function bp_include() {
/**
* Fires inside the 'bp_include' function, where plugins should include files.
*
* @since 1.2.5
*/
do_action( 'bp_include' );
}
Changelog Changelog
| Version | Description |
|---|---|
| 1.2.5 | Introduced. |