Home / Disable / Disable Visual Editor Tab
Duplicate Snippet

Embed Snippet on Your Site

Disable Visual Editor Tab

Hides the Visual Editor tab from pages and posts.

<10
Code Preview
php
<?php
add_filter( 'user_can_richedit', '__return_false', 50 );

Comments

Add a Comment