Skip to content

Instantly share code, notes, and snippets.

@webdados
Last active April 25, 2019 15:55
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 webdados/fec5983b1be08dc09f290ce707a1bb44 to your computer and use it in GitHub Desktop.
Save webdados/fec5983b1be08dc09f290ce707a1bb44 to your computer and use it in GitHub Desktop.
"no" as default for Shop as client on "Shop as client" plugin
<?php
add_filter( 'shop_as_client_default_shop_as_client', function( $option ) {
return 'no';
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment