bp_include()
Fire the ‘bp_include’ action, where plugins should include files.
Description
Source
File: bp-core/bp-core-dependency.php
function bp_include() { /** * Fires inside the 'bp_include' function, where plugins should include files. * * @since BuddyPress 1.2.5 */ do_action( 'bp_include' ); }
Changelog
Version | Description |
---|---|
BuddyPress 1.2.5 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.