Skip to content

Instantly share code, notes, and snippets.

@hzlzh
Created April 9, 2013 06:34
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 hzlzh/5343427 to your computer and use it in GitHub Desktop.
Save hzlzh/5343427 to your computer and use it in GitHub Desktop.
WordPress fliters
<?php
// Disable richedit editor for all the users
add_filter ( 'user_can_richedit' , create_function ( '$a' , 'return false;' ) , 50 );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment