Title: em-list bug
Last modified: November 24, 2025

---

# em-list bug

 *  [lilfo](https://wordpress.org/support/users/lilfo/)
 * (@lilfo)
 * [8 months ago](https://wordpress.org/support/topic/em-list-bug/)
 * Just found that in events-addon-for-elementor/elementor/widgets/event/naevents-
   em-list.php at lines 874 and 875 for the definition of $category and $tag the
   esc_attr function should be moved outside of the implode or it will give error
   trying to be applied to an array
 * So it should be:
 *     ```wp-block-code
               $category = $event_category ? ' category="'.$category_hide.esc_attr(implode(', '.$category_hide, $event_category)).'"' : '';
               $tag = $event_tag ? ' tag="'.$tag_hide.esc_attr(implode(', '.$tag_hide, $event_tag )).'"' : '';
       ```
   

The topic ‘em-list bug’ is closed to new replies.

 * ![](https://ps.w.org/events-addon-for-elementor/assets/icon-256x256.png?rev=2171715)
 * [Events Addon for Elementor](https://wordpress.org/plugins/events-addon-for-elementor/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/events-addon-for-elementor/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/events-addon-for-elementor/)
 * [Active Topics](https://wordpress.org/support/plugin/events-addon-for-elementor/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/events-addon-for-elementor/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/events-addon-for-elementor/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [lilfo](https://wordpress.org/support/users/lilfo/)
 * Last activity: [8 months ago](https://wordpress.org/support/topic/em-list-bug/)
 * Status: not resolved