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