I love this solution. But…
I’m putting it in a plugin and I’m concerned that there might be other video content on a user website that should not be modified by my
add_filter(‘mejs_settings’, ‘add_extra_settings’,9999);
filter.
It appears that the add_extra_settings function has no knowledge of which video element it is being applied on.
Any way to limit the effects of this filter?