WP Editor ReadOnly
-
Hello,
I am working on a multi-vendor marketplace. I have an editor where I show sellers the rules about refund. This can also be displayed with a textarea, but as you know, HTML codes are not read.
The question I want to ask is: Can wp_editor be made read-only? I searched but couldn’t find an answer.My code line:
<?php wp_editor( $rma_settings['policy'], 'refund_policy', [ 'editor_height' => 50, 'quicktags' => false, 'media_buttons' => false, 'teeny' => true, 'editor_class' => 'refund_policy' ] ); ?>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘WP Editor ReadOnly’ is closed to new replies.