Editor

Add WordPress editor with the same style options.

Return text

<?php
/*
---------------------------------------------------------------------
{"type": "editor", "name": "Content", "slug": "content"}
---------------------------------------------------------------------
*/
?>

Extraction

<article>
  	<?php the_wpcomponent( 'content' ) ?>
</article>

Variable

<article>
  	<?php echo 'My content ' . get_wpcomponent( 'content' ) ?>
</article>