Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaworowicz/ff364b46090c07d7db14bfed6fdbe028 to your computer and use it in GitHub Desktop.
Save jaworowicz/ff364b46090c07d7db14bfed6fdbe028 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