Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_filter('site-reviews/config/forms/review-form', function ($config) {
- if (isset($config['rating'])) {
- $config['rating']['class'] = 'dynamic_control';
- }
- return $config;
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement