有人可以帮我删除 genesis.js 中的定制器部分吗?我想从 genesis 中的主题定制器中删除颜色部分。尝试了许多代码,但现在可以工作了。谁能帮我写代码
add_action( 'customize_register', 'wpse8170_customize_register' );
function wpse8170_customize_register( WP_Customize_Manager $wp_customize ) {
$wp_customize->remove_section('id-of-section');
}