Skip to content

Instantly share code, notes, and snippets.

@dnaber-de
dnaber-de / wp-media-playground.js
Created October 21, 2015 17:05
Play around with the wp.media API
myGlobalFrame = null;
/**
* @param wp wp namespace
* @param Backbone
* @param $ jQuery
*/
;( function( wp, Backbone, $ ) {
'use strict';
var myLibrary = wp.media.controller.FeaturedImage.extend(