We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unset($states works fine. but can't make work unset($places
I'm try these code, but don't work for places/cities in PT
`function scpwoo_remove_places_of_portugal($places) { global $places;
unset($places['PT']['PO']['Trofa']); // Trofa
return $places['PT']; }
// Fire our custom data in Places of Portugal dropdown add_filter('scpwoo_custom_places_pt', 'scpwoo_remove_places_of_portugal' );`
Where Contry is PT State PO Place Trofa
Thanks for your great plugin!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
unset($states
works fine.
but can't make work
unset($places
I'm try these code, but don't work for places/cities in PT
`function scpwoo_remove_places_of_portugal($places) {
global $places;
return $places['PT'];
}
// Fire our custom data in Places of Portugal dropdown
add_filter('scpwoo_custom_places_pt', 'scpwoo_remove_places_of_portugal' );`
Where
Contry is PT
State PO
Place Trofa
Thanks for your great plugin!
The text was updated successfully, but these errors were encountered: