Skip to content

Instantly share code, notes, and snippets.

@congthien
Created August 28, 2018 03:59
Show Gist options
  • Save congthien/994c855281de67bb709a57eafc1e969a to your computer and use it in GitHub Desktop.
Save congthien/994c855281de67bb709a57eafc1e969a to your computer and use it in GitHub Desktop.
function onepress_child_customize_remove( $wp_customize ) {
$wp_customize->remove_section( 'onepress_global_settings' );
}
add_action( 'customize_register', 'onepress_child_customize_remove', 180 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment