

WordPress Customizing MediaElement functionality
WordPress comes up with nice video and audio player plugin – MediaElement.js. Since it’s part of a core its default functionality is not perfect and actually it’s quite hard to customize. For instance it’s impossible to trigger custom event...WooCommerce cart – overwriting ajax handler (Update)
Update: unfortunately what I wanted to achieve here is not possible. Note: I expected to overwrite ajax handlers, however the first PHP hook which is fired in case of ajax situation is fired after the item has been added to the cart, which makes it inefficient to...How to make usage of PHP variables inside the JavaScript using WordPress.
wp_localize_script() explained