Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1072115

    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?

    #1073055

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.