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_Component::setup_actions()
Setup the actions
Description Description
Source Source
File: includes/extend/buddypress/loader.php
public function setup_actions() { // Setup the components add_action( 'bp_init', array( $this, 'setup_components' ), 7 ); parent::setup_actions(); }
Changelog Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |