Skip to content

Instantly share code, notes, and snippets.

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 shubham-99fusion/d4c7a9db35b9e2f268720a7daa0cf1ef to your computer and use it in GitHub Desktop.
Save shubham-99fusion/d4c7a9db35b9e2f268720a7daa0cf1ef to your computer and use it in GitHub Desktop.
Phone-Auth default country set
add_filter('wplms-phone_script_args',function($args){
$args['settings']['default_country_code'] = 'US'; //Like US for united state
return $args;
},10,1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment