Lines:
1 to 23 of 23
<?php /** * Genesis Framework. * * WARNING: This file is part of the core Genesis Framework. DO NOT edit this file under any circumstances. * Please do all modifications in the form of a child theme. * * @package Genesis\Customizer * @author StudioPress * @license GPL-2.0-or-later * @link https://my.studiopress.com/themes/genesis/ */ /* class Genesis_Customizer */ /* function Genesis_Customizer::__construct() – Constructor. */ /* function Genesis_Customizer::init() – Initialize registration. */ /* function Genesis_Customizer::register() – Register Customizer panel, sections, settings, and controls via a `$config` array. */ /* function Genesis_Customizer::register_panel() – Helper alias for $wp_customize->add_panel(). */ /* function Genesis_Customizer::register_section() – Helper alias for $wp_customize->add_section(). */ /* function Genesis_Customizer::register_setting() – Helper alias for $wp_customize->add_setting(). */ /* function Genesis_Customizer::register_control() – Helper alias for $wp_customize->add_control(). */