Lines:
1 to 19 of 19
<?php /** * Customizer settings for this theme. * * @package WordPress * @subpackage Twenty_Twenty_One * @since Twenty Twenty-One 1.0 */ if ( ! class_exists( 'Twenty_Twenty_One_Customize' ) ) { /* class Twenty_Twenty_One_Customize */ /* function Twenty_Twenty_One_Customize::__construct() – Constructor. Instantiate the object. */ /* function Twenty_Twenty_One_Customize::register() – Register customizer options. */ /* function Twenty_Twenty_One_Customize::sanitize_checkbox() – Sanitize boolean for checkbox. */ /* function Twenty_Twenty_One_Customize::partial_blogname() – Render the site title for the selective refresh partial. */ /* function Twenty_Twenty_One_Customize::partial_blogdescription() – Render the site tagline for the selective refresh partial. */ }