Skip to content

Instantly share code, notes, and snippets.

@webdados
Created April 25, 2019 15:15
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save webdados/6e0f3cedb315bfdb9ac258bc6e630101 to your computer and use it in GitHub Desktop.
Save webdados/6e0f3cedb315bfdb9ac258bc6e630101 to your computer and use it in GitHub Desktop.
"yes" as default for Create user on "Shop as client" plugin
<?php
add_filter( 'shop_as_client_default_create_user', function( $option ) {
return 'yes';
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment