您将需要get_section
的方法$wp_customizer class
. 像这样:
add_action( \'customize_register\', \'wpse261932_change_css_title\', 15 );
function wpse261932_change_css_title () {
global $wp_customize;
$wp_customize->get_section(\'custom_css\')->title = __(\'Additional CSS. Be careful!\', \'textdomain\');
}
由于某种原因,描述
display:none
在这个面板上,即使这是一个更符合逻辑的地方来显示您的免责声明。