Skip to content
Controls

Classic Editor (WYSIWYG)

Classic Editor control provides a familiar WYSIWYG editing experience within your blocks.

Classic editor control preview

Usage

PHP
<div>
  <?php echo $attributes['control_name']; ?>
</div>
Handlebars
<div>
  {{{control_name}}}
</div>

When outputting HTML in Handlebars, use triple curly brackets: {{{ and }}}

Post Meta
<div>
  <?php echo get_lzb_meta( 'control_meta_name' ); ?>
</div>

Was this article helpful?