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::setup_actions()

Setup the actions

Description

Source

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

122
123
124
125
126
127
128
public function setup_actions() {
 
    // Setup the components
    add_action( 'bp_init', array( $this, 'setup_components' ), 7 );
 
    parent::setup_actions();
}

Changelog

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