bp_init()

Fire the ‘bp_init’ action, BuddyPress’s main initialization hook.

Description

Source

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

259
260
261
262
263
264
265
266
267
function bp_init() {
 
    /**
     * Fires inside the 'bp_init' function, BuddyPress' main initialization hook.
     *
     * @since BuddyPress 1.2.0
     */
    do_action( 'bp_init' );
}

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.