Home / Widgets / Genesis theme – use block editor in widgets
Duplicate Snippet

Embed Snippet on Your Site

Genesis theme – use block editor in widgets

Code Preview
php
<?php
//* Genesis Enable the block-based widget editor
add_filter( 'use_widgets_block_editor', '__return_true' );

Comments

Add a Comment