Manipulating oembed_dataparse stopped working for YouTube embeds

I think I solved by doing this:

add_filter('oembed_dataparse', 'bolster_oembed_filter', 0, 2 );

I changed the priority of the add_filter statement to 0, now it works again.

Leave a Comment