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?
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
it works. Thank a lot