Title: For developers
Last modified: February 6, 2024

---

# For developers

 *  [o2xav](https://wordpress.org/support/users/o2xav/)
 * (@o2xav)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/for-developers-2/)
 * The plugin works well but it’s not another “end user” plugin. 
   If you are not
   a dev, look for another solution because it will not magically show a list of
   events with start date and time / end date and time functionnality, you’ll need
   to work on it’s available filters and some custom fields for that.
 * Otherwise, thanks for the job, its works well except for the tax_query
 *         $args[‘tax_query’] = array();
           foreach ( get_object_taxonomies(
   $post_type) as $taxonomy_name ) {            if ( !empty($_REQUEST[$taxonomy_name])){
   $args[‘tax_query’][] = array(                    ‘taxonomy’ => $taxonomy_name,‘
   field’ => ‘id’,                    ‘terms’ => absint($_REQUEST[$taxonomy_name]),);}}
 * For some reason, if you create / edit a custom post type’s custom taxonomy, the
   events stop showing altogether in the calendar, even if the wpfc_post_taxonomies
   options field is empty. So I had to comment that whole part for it to work again.
    -  This topic was modified 2 years, 3 months ago by [o2xav](https://wordpress.org/support/users/o2xav/).

The topic ‘For developers’ 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/)

 * 0 replies
 * 1 participant
 * Last reply from: [o2xav](https://wordpress.org/support/users/o2xav/)
 * Last activity: [2 years, 3 months ago](https://wordpress.org/support/topic/for-developers-2/)