Hi!
the Aviabuilder is no longer on my website, and it is looking quite strange, my edit window.
It has one big block with only code, so if I want to edit my site I have no Avia builder and no normal editor window. Can’t figure out what is wrong. Can you help?
Hey itkin-grafisk,
Please add this to your functions.php file to disable the WordPress block editor:
// disable for posts
add_filter('use_block_editor_for_post', '__return_false', 10);
// disable for post types
add_filter('use_block_editor_for_post_type', '__return_false', 10);
Best regards,
Rikard
