*/ class Amp_WP_Customize_Heading_Control extends WP_Customize_Control { /** * Enqueue scripts/styles for the AMP WP custom switch */ public function enqueue() { wp_enqueue_style( 'amp-wp-heading', amp_wp_plugin_url( 'admin/css/amp-wp-heading.css' ), array(), '1.0', 'all' ); } public function render_content() { ?>

description ); ?>