Skip to content

Instantly share code, notes, and snippets.

@trys
Created October 30, 2014 15:30
Show Gist options
  • Save trys/5ce5c48dc98eadc6680b to your computer and use it in GitHub Desktop.
Save trys/5ce5c48dc98eadc6680b to your computer and use it in GitHub Desktop.
WordPress TinyMCE - refresh
$( '.wp-editor-wrap' ).each( function () {
var id = $( this ).parent().data( 'id' );
tinyMCE.get( id ).remove();
switchEditors.go( id , 'tmce' );
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment