• Resolved newbii

    (@newbii)


    This filter no longer works with the new version, anyways to fix it?

    add_filter( 'tribe_events_stylesheet_url', array( $this, 'replace_tribe_events_calendar_stylesheet' ), 10, 2 );

    • This topic was modified 7 years, 7 months ago by newbii.
Viewing 1 replies (of 1 total)
  • Barry

    (@barryhughes-1)

    Could it be the case that you have added this filter to your theme’s functions.php file?

    If so, that’s too late: right now you would need to add this to a plugin (a must-use plugin being a valid option).

Viewing 1 replies (of 1 total)

The topic ‘Replace stylesheet url filter no longer works’ is closed to new replies.