public function init() { /** * Fires (when hooked correctly) on `wp_customize_register`, allowing * the `$genesis_customizer` object to be used to create Customizer * panels, sections, and controls. * * @since 2.6.0 * * @param Genesis_Customizer $this Genesis_Customizer instance. */ do_action( 'genesis_customizer', $this ); }