Skip to content

Instantly share code, notes, and snippets.

@soderlind
Created February 22, 2016 16:57
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save soderlind/370720db977f27c20360 to your computer and use it in GitHub Desktop.
Save soderlind/370720db977f27c20360 to your computer and use it in GitHub Desktop.
wp.media.view.Modal.prototype.on('open', function() {});
jQuery(document).ready(function($){
if (wp.media) {
wp.media.view.Modal.prototype.on('open', function() {
console.log('media modal open');
});
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment