Skip to content
Block Controls

Classic Editor (WYSIWYG)

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

Control Settings

The control adds no settings of its own, so the block builder shows only the rows every control has. WPML Translation is among them, which is not true of most controls.

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?

Copyright © 2026 Lazy Blocks.