• Resolved jbx

    (@jbx)


    I’ve got some special handling on my theme (basically to make the title a clickable link) using the title filters. Its working on all widgets but not on the Events Manager widget.

    I had a look at ~/widgets/em-events.php and in the 7th line of the widget() function there seems to be the call to apply_filters() missing.
    I believe that instead of this:

    echo $instance['title'];

    it should be something like this:

    echo apply_filters( 'widget_title', $instance['title'] );

    I guess the other 2 widgets have the same issue too.

    http://wordpress.org/extend/plugins/events-manager/

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Widget does not apply filters on title’ is closed to new replies.