Home / Admin / Allow Eventbrite Styles in Long Description | Display Eventbrite Events
Duplicate Snippet

Embed Snippet on Your Site

Allow Eventbrite Styles in Long Description | Display Eventbrite Events

Since version 5.3.4 the Display Eventbrite Plugin has been removing the inline styles Eventbrite add to the long description as it make some strange looking layouts. However, you may actually like them, so you can have them back by applying this filter in the normal way.

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

Code Preview
php
<?php
add_filter( 'wfea_strip_eb_inline_styles', '__return_false' );

Comments

Add a Comment