Function customize_register_section
From your theme, hook into this function like so: if ( defined( 'WP_DEBUG' ) ) add_action( 'customize_register', 'ski\customize_register_section' );
This function will add a new section to your Theme Customizer with examples of each control. Note that doing this and clicking "Save & Publish" will append these bogus settings to your database.
Parameters summary
mixed |
$wp_customize |