This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.

BP_Forums_Component::fully_loaded()

Allow the variables, actions, and filters to be modified by third party plugins and themes.

Description

Source

File: bp-forums/classes/class-bp-forums-component.php

    private function fully_loaded() {
        do_action_ref_array( 'bbp_buddypress_loaded', array( $this ) );
    }

Changelog

Changelog
Version Description
bbPress (r3902) 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.