Guest User

Untitled

a guest
Jul 19th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. function wt_add_more_countries($country_list) {
  2.  
  3. array_push($country_list, 'CA');
  4. return $country_list;
  5.  
  6. }
  7.  
  8. add_filter('wt_gdpr_eu_countrylist', 'wt_add_more_countries');
Add Comment
Please, Sign In to add comment