Skip to content

Instantly share code, notes, and snippets.

@artikus11
Created August 7, 2020 23:14
Show Gist options
  • Save artikus11/d267cab9fce4cd3b154b4100c752a879 to your computer and use it in GitHub Desktop.
Save artikus11/d267cab9fce4cd3b154b4100c752a879 to your computer and use it in GitHub Desktop.
add_filter(
'woocommerce_settings_pages',
function ( $setting ) {
unset( $setting[1]['args'] );
unset( $setting[2]['args'] );
return $setting;
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment