Advertisement
geminilabs

Untitled

Jun 22nd, 2023
859
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1. add_filter('site-reviews/config/forms/review-form', function ($config) {
  2.     if (isset($config['rating'])) {
  3.         $config['rating']['class'] = 'dynamic_control';
  4.     }
  5.     return $config;
  6. });
  7.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement