Genesis theme – use block editor in widgets
//* Genesis Enable the block-based widget editor add_filter( ‘use_widgets_block_editor’, ‘__return_true’ );Continue reading
//* Genesis Enable the block-based widget editor add_filter( ‘use_widgets_block_editor’, ‘__return_true’ );Continue reading
// Load the Frontend customizer “Additonal CSS” in the block editor. add_action( ‘enqueue_block_editor_assets’, ‘wp_custom_css_cb’ ); // Uncomment below if you need to manually manipulate the CSS for the block editor. // add_action( ‘enqueue_block_editor_assets’, function() { // ob_start(); // wp_custom_css_cb(); //…Continue reading