Alert: 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.
BBP_Forums_Group_Extension::fully_loaded()
Allow the variables, actions, and filters to be modified by third party plugins and themes.
Description Description
Source Source
File: includes/extend/buddypress/groups.php
private function fully_loaded() { do_action_ref_array( 'bbp_buddypress_groups_loaded', array( $this ) ); }
Changelog Changelog
Version | Description |
---|---|
2.6.0 | Introduced. |