Advertisement
geminilabs

Untitled

Jun 19th, 2025
1,088
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.83 KB | None | 0 0
  1. add_filter('site-reviews/custom/value/source', function ($value, $tag) {
  2.     if ('freetour' === $value) {
  3.         return '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 32 32"><path d="M0 16C0 7.163 7.163 0 16 0s16 7.163 16 16-7.163 16-16 16S0 24.837 0 16z" fill="#fff"/><path d="M16 0c8.837 0 16 7.163 16 16 0 6.538-3.922 12.161-9.542 14.643l-.022-.03-4.981-7.635 4.799-3.007c.043-.028.082-.06.118-.094l.585.909 1.306-6.039-6.038-1.307.616.956a.86.86 0 0 0-.165.083l-4.769 2.988.486.729c.04.06-.012.138-.083.124l-3.396-.679c-.118-.024-.195-.138-.171-.257l.678-3.397c.014-.07.106-.089.146-.029l.628.941 9.067-5.873c.4-.261.513-.796.252-1.197l-3.22-4.943c-.26-.4-.796-.513-1.195-.252L4.106 11.063a.87.87 0 0 1-.173.15L.261 13.627l-.095.053C1.292 5.942 7.952 0 16 0z" fill="#fc9739"/></svg>';
  4.     }
  5.     return $value;
  6. }, 10, 2);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement