Skip to content

Instantly share code, notes, and snippets.

@ahmedeshaan
Created December 14, 2021 13:02
Show Gist options
  • Save ahmedeshaan/c77d4368f62bd3720228cdfe646eb60d to your computer and use it in GitHub Desktop.
Save ahmedeshaan/c77d4368f62bd3720228cdfe646eb60d to your computer and use it in GitHub Desktop.
add_action( 'customize_register', 'jt_customize_register' );
function jt_customize_register( $wp_customize ) {
$wp_customize->remove_control( 'custom_css' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment