Parsed: 119234
<?php /** * Customize API: WP_Customize_Theme_Control class * * @package WordPress * @subpackage Customize * @since 4.4.0 */ /* class WP_Customize_Theme_Control */ /* function WP_Customize_Theme_Control::to_json() – Refresh the parameters passed to the JavaScript via JSON. */ /* function WP_Customize_Theme_Control::render_content() – Don’t render the control content from PHP, as it’s rendered via JS on load. */ /* function WP_Customize_Theme_Control::content_template() – Render a JS template for theme display. */