bp_include()

Fire the ‘bp_include’ action, where plugins should include files.

Description

Source

File: bp-core/bp-core-dependency.php

25
26
27
28
29
30
31
32
33
function bp_include() {
 
    /**
     * Fires inside the 'bp_include' function, where plugins should include files.
     *
     * @since BuddyPress 1.2.5
     */
    do_action( 'bp_include' );
}

Changelog

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.