bp_ . $this->id . _setup_actions
bp_ . $this->id . _setup_actions
Appears in: buddypress.14.5.2
Hook Type: action
Displaying hooks found in version: buddypress.14.5.2do_action('bp_ . $this->id . _setup_actions') is found 1 times:
- /bp-core/classes/class-bp-component.php line 645
* This is a dynamic hook that is based on the component string ID. * * @since 1.5.0 */ do_action( 'bp_' . $this->id . '_setup_actions' ); } /** * Set up the canonical URL stack for this component. * * @since 2.1.0