wpfc_js_vars filter
-
The plugin has an error in the way it applys the “wpfc_js_vars” filter. It is not reassigning the variable to the filtered value.
Update: wp-fullcalendar.php line 152
FROM:apply_filters('wpfc_js_vars', $js_vars);
TO:$js_vars = apply_filters('wpfc_js_vars', $js_vars);
- The topic ‘wpfc_js_vars filter’ is closed to new replies.