Viewing 1 replies (of 1 total)
  • Thread Starter vidhill

    (@vidhill)

    SOLUTION:
    Event Calendar Version 3.1.4 implements its own excerpt filters..
    To remove them add the following to your theme’s functions.php file

    remove_filter('the_content','ec3_filter_the_content',20);
    remove_filter('get_the_excerpt', 'ec3_get_the_excerpt');
    add_filter('get_the_excerpt', 'wp_trim_excerpt');
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Event Calendar 3] Event Calandar 3.14 Breaks WordPress filters’ is closed to new replies.