wordpress-plugin
wordpress-plugin copied to clipboard
JW Player plugin for Wordpress 🌅
This adds a JWPlayer gutenberg bock (an embed block) where the user can search for a video and add the jwplayer shortcode to the page. This is important because the...
Improve the `jwplayer_js_embed` filter, with more context. This makes changing the outputted markup much much easier. This improves on #68 CC @aosmichenko
The removed code would prevent the player definition from being delivered to the page in some cases. The intent of the removed code was to prevent redundant player definitions, but:...
During a VIP review I found 4 unescaped variables embedded in double quoted strings, e.g. `echo "$variable";`. This should be avoided as it's not possible to escape inline this way....
If the API Key option isn't set, `$tabs` gets set to `NULL` affecting other functions relying on that filter.