Hi support how to prevent copy paste on Text Area wit wysiwyg editor.
following is the code of the fields
array(
'id' => 'additional_detail',
'name' => esc_html__( 'DESCRIBE YOUR ITEM' ),
'type' => 'wysiwyg',
'required' => true,
'options' => array(
'textarea_rows' => 10,
'media_buttons' => false,
),
waiting for your reply
thanks