How to make this clean?

Try: $MySITE = ‘This is my site: <a href=”‘ . esc_url(‘http://www.ciusan.com’) . ‘”>Ciusan</a>’; wp_editor($MySITE, ‘CNB_Content’, $settings = array(‘media_buttons’ => false,) );

Adding text above the editor

I ended up just using ACF for this. I created a message field, and then displayed it on post screens below the editor, and on the visual editor widget for the plugin I was using. Not ideal in terms of formatting or placement, but good enough.