bp_customize_register, $customizer

bp_customize_register, $customizer

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.14.5.2

do_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'.