Skip to content

Instantly share code, notes, and snippets.

@webtoffee-git
Created April 11, 2024 07:35
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 webtoffee-git/a2ed9ac608b829b81b2f492ed3294ede to your computer and use it in GitHub Desktop.
Save webtoffee-git/a2ed9ac608b829b81b2f492ed3294ede to your computer and use it in GitHub Desktop.
Code to restrict Google ATP's - By WebToffee
<?php //Do not copy this line of code
add_filter('wt_cli_excluded_google_vendor_list','wt_excluded_google_vendor_list');
function wt_excluded_google_vendor_list($vendor_list){
return array('61');//key for restrict the provider_id
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment