Return to Snippet

Revision: 44697
at April 16, 2011 00:04 by blueocto


Initial Code
add_filter('user_can_richedit' , create_function('' , 'return false;') , 50);

Initial URL


Initial Description
It’s possible to disable it conditionally for each WordPress user by going to Users > Your Profile. However, if you want to remove it completely, you can add the following filter:

Initial Title
Wordpress : Remove the Visual Editor

Initial Tags
php, wordpress

Initial Language
PHP