How to Disable Fusion Live Editor

While I am a huge Avada theme supporter and use it on most of my projects, there are some websites that we just aren’t ready to activate it. Here’s the easy fix so the temptation to click that button is no longer an option.

This is placed in your functions.php file in your child theme.

add_filter( ‘fusion_load_live_editor’, ‘__return_false’, 999 );

Leave a Comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.