Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1049411

    Hi
    Advanced layout builder disappeared on website that parked on bluehost. I checked may resources but couldn’t find a solution. What should I do?

    #1049520

    Hey Denis201,

    Please try adding this to your functions.php file:

    // 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

    #1050106

    it works. Thank a lot

    #1050308

    Hi,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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