碰巧的是,我只是在和定制者做一些事情。
您可以使用以下类来获取所需内容。。
WP_Customize_Code_Editor_Control
我会把它包含在控件中,随时可以使用。
$wp_customize->add_control( new WP_Customize_Code_Editor_Control( $wp_customize, \'favorite_html\', array(
\'label\' => \'Theme CSS\',
\'description\' => \'\',
\'code_type\' => \'text/css\',
\'section\' => \'section_id\',
\'settings\' => \'settings_control\'
)));