Title: wpfc_js_vars filter
Last modified: August 21, 2016

---

# wpfc_js_vars filter

 *  [nobleclem](https://wordpress.org/support/users/nobleclem/)
 * (@nobleclem)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/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);`
 * [http://wordpress.org/plugins/wp-fullcalendar/](http://wordpress.org/plugins/wp-fullcalendar/)

The topic ‘wpfc_js_vars filter’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-fullcalendar.svg)
 * [WP FullCalendar](https://wordpress.org/plugins/wp-fullcalendar/)
 * [Support Threads](https://wordpress.org/support/plugin/wp-fullcalendar/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-fullcalendar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-fullcalendar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-fullcalendar/reviews/)

## Tags

 * [filter](https://wordpress.org/support/topic-tag/filter/)

 * 0 replies
 * 1 participant
 * Last reply from: [nobleclem](https://wordpress.org/support/users/nobleclem/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/wpfc_js_vars-filter/)
 * Status: not resolved