Skip to content

Instantly share code, notes, and snippets.

@jeremyfelt
Created April 18, 2014 01:24
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 jeremyfelt/11020209 to your computer and use it in GitHub Desktop.
Save jeremyfelt/11020209 to your computer and use it in GitHub Desktop.
Disable ZipList Receipe's TinyMCE customizations
<?php
add_action( 'init', 'fys_remove_zlist_tinymce', 11 );
function fys_remove_zlist_tinymce() {
remove_filter('mce_external_plugins', 'amd_zlrecipe_tinymce_plugin');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment