attachments
attachments copied to clipboard
Fix notice in wp 5.2.3
In /fields/class.field.wysiwyg.php at line 138 replace the existing line
return wp_richedit_pre( $value );
with this
return format_for_editor( $value );
because wp_richedit_pre is deprecated from version 4.3.0