Disabling both editors for vendors
-
Hello,
Is there any option to disable text editors for vendors? (For example, in a short description of a product).
I’ve been able to disable a visual editor by adding the following code to functions.php:add_filter( 'user_can_richedit' , '__return_false', 50 );
But I can’t turn off a classic editor.
Please tell me how I can disable the classic editor too. I don’t want users to be able to add html code and images, so I want to keep only regular text forms.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.