bp_admin_init()

Piggy back admin_init action.

Description

Source

File: bp-core/admin/bp-core-admin-actions.php

116
117
118
119
120
121
122
123
124
function bp_admin_init() {
 
    /**
     * Fires inside the bp_admin_init function.
     *
     * @since BuddyPress 1.6.0
     */
    do_action( 'bp_admin_init' );
}

Changelog

Changelog
Version Description
BuddyPress 1.7.0 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.