bp_ . $this->id . _add_permastructs
bp_ . $this->id . _add_permastructs
Appears in: buddypress.14.5.2
Hook Type: action
Displaying hooks found in version: buddypress.14.5.2do_action('bp_ . $this->id . _add_permastructs') is found 1 times:
- /bp-core/classes/class-bp-component.php line 1254
* This is a dynamic hook that is based on the component string ID. * * @since 1.9.0 */ do_action( 'bp_' . $this->id . '_add_permastructs' ); } /** * Allow components to parse the main query. * * @since 1.9.0