• How can i disable other page builders (wp bakery visual composer, site origin page builder) deactivate when the King Composer activate?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter smemis

    (@smemis)

    My solution:

    remove_action( ‘admin_init’, ‘kc_admin_init’ );
    add_action( ‘admin_init’, array( &$this, ‘kc_admin_init_new’ ) );

    function kc_admin_init_new() {

    $conflicts = array(
    //’js_composer/js_composer.php’,
    //’siteorigin-panels/siteorigin-panels.php’,

    Hi smemis,

    Thank you for your question.

    Because when use many page builder on same website will make website slow and has conflict. That why we disable other plugins.

    Hope that convenient for your plan.

    Best regards,

    Anthony

    Thread Starter smemis

    (@smemis)

    Yes I know why, but you don’t do it.
    Your deactivate plugins not yours.
    What plugins active, it is my own decision and website slow or/and has conflict it is my own problem not yours.

    Please you don’t do it.
    You should not…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Deactivate other page builders’ is closed to new replies.