Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_filter('site-reviews/custom/value/performance', function ($value, $tag) {
- if (isset($tag->with['options'][$value])) {
- return $tag->with['options'][$value];
- }
- return $value;
- }, 10, 2);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement