WordPress 4.8: Using multiple WYSIWYG-Editors with media inside of Widgets how to?
It’s hard to say without seeing all the code. Yes if you don’t refer to the instance – then it won’t really be a unique ID. Something like this would work – you would just reference the class property $id: for ( $i = 0; $i <= count( $suffixes ); $i++) { wp_editor( ‘your content’, … Read more