Created
August 7, 2020 23:14
-
-
Save artikus11/d267cab9fce4cd3b154b4100c752a879 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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