Skip to content

Instantly share code, notes, and snippets.

@jayarjo
Created November 18, 2013 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jayarjo/7528355 to your computer and use it in GitHub Desktop.
Save jayarjo/7528355 to your computer and use it in GitHub Desktop.
wp: trigger media manager and default to "uploaded to this post" tab.
<button class="button" onclick="wp.media.editor.open(this);jQuery('select.attachment-filters [value=uploaded]').attr( 'selected', true ).parent().trigger('change');return false;">Manage Media...</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment