btwatts
Forum Replies Created
-
Forum: Plugins
In reply to: WP 4.5 lost compatible information for self hosted pluginsUser Error…..
Note: The examples out there do not include the ‘tested’ field in the self-hosted ‘check_update’ function.
Forum: Plugins
In reply to: WP 4.5 lost compatible information for self hosted pluginsThis problem is still happening in WordPress 4.5.2 as of May 1, 2016
Updates added to http://byron.com:wp4.5/ showing the problem does not happen in WordPress 4.4.2 but happen in all version of WordPress 4.5, 4.5.1 and 4.5.2
Forum: Fixing WordPress
In reply to: Customizing the mediaelement video playerYes.
However, there could be dozens of them spread throughout a website and my plugin should only react to the specific ones that it “controls”.
Forum: Fixing WordPress
In reply to: Customizing the mediaelement video playerI 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?