Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_filter('site-reviews-filters/config/forms/filters-form', function ($config) {
- $excludedTermIds = [
- 714, // Schools
- 715, // Corporate
- 972, // Community Event
- 976, // Fundraiser
- ];
- foreach ($excludedTermIds as $termId) {
- unset($config['filter_by_term']['options'][$termId]);
- }
- return $config;
- }, 15);
Advertisement
Add Comment
Please, Sign In to add comment