ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的AI之旅 广告
``` add_action( 'customize_register', 'bhi_remove_css_section', 15 ); function bhi_remove_css_section( $wp_customize ) { $wp_customize->remove_section( 'custom_css' ); } ```