Skip to content

Instantly share code, notes, and snippets.

@ericandrewlewis
Created January 5, 2015 13:34
Show Gist options
  • Select an option

  • Save ericandrewlewis/5962b31ca25c890badea to your computer and use it in GitHub Desktop.

Select an option

Save ericandrewlewis/5962b31ca25c890badea to your computer and use it in GitHub Desktop.
Create a media grid with a different order
window.wp.media({
frame: 'manage',
container: $mediaGridWrap,
library: {
orderBy: 'title',
order: 'ASC',
}
}).open();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment