bp_customize_register, $customizer
bp_customize_register, $customizer
Appears in: buddypress.14.5.2
Hook Type: action
Displaying hooks found in version: buddypress.14.5.2do_action('bp_customize_register, $customizer') is found 1 times:
- /bp-core/bp-core-dependency.php line 340
* @since 2.5.0 * * @param WP_Customize_Manager $customizer Customizer instance. */ do_action( 'bp_customize_register', $customizer ); } /** * Fire the 'bp_loaded' action, which fires after BP's core plugin files have been loaded. * * Attached to 'plugins_loaded'.