Skip to content

Instantly share code, notes, and snippets.

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 westonruter/21b2e16976687b3c479c43cdc2afbed1 to your computer and use it in GitHub Desktop.
Save westonruter/21b2e16976687b3c479c43cdc2afbed1 to your computer and use it in GitHub Desktop.
Make partials ready and show edit shortcuts
wp.customize.bind( 'preview-ready', function() {
_.defer( function() {
wp.customize.preview.trigger( 'active' );
jQuery( 'body' ).addClass( 'customize-partial-edit-shortcuts-shown' );
} );
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment