Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**
- * Exclude the Site Reviews star rating select from select2
- */
- add_filter('site-reviews/field/rating', function ($field) {
- $field['class'] .= ' hide';
- return $field;
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement