Forums
(@sunmoom)
4 years, 9 months ago
@dphi thanks
// deactivate new block editor function phi_theme_support() { remove_theme_support( 'widgets-block-editor' ); } add_action( 'after_setup_theme', 'phi_theme_support' );
this helped me out.