Home / Admin / Extra WordPress Filters in Pro (Tag Data for a Custom Layout) | Display Eventbrite Events
Duplicate Snippet

Embed Snippet on Your Site

Extra WordPress Filters in Pro (Tag Data for a Custom Layout) | Display Eventbrite Events

By default, all the tag data is not retrieved as this requires extra API calls. If you need the tag data for a custom layout you can set this to true.

filter: (‘wfea_get_tags‘, bool)

(Note this code snippet applies for "Display Eventbrite Events Plugin" Pro Version available here: https://fullworksplugins.com/products/widget-for-eventbrite/ )

Code Preview
php
<?php
add_filter('wfea_get_tags', '__return_true');

Comments

Add a Comment