Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #2265597
update wp bakery license code
Closed

Comments

  • brink310 started the conversation

    Hello,

    I bought a regular license from WP Bakery because I want to use the template library. How and where can I add and activate the license code from WP Bakery?

  •  7,092
    Oliver replied

    Hi,

    Add this code to the functions.php of the child theme:

    add_action( 'init', 'thegem_child__disable_vc_updater', 1);
    function thegem_child__disable_vc_updater() {    
    remove_action( 'vc_before_init', 'thegem_disable_vc_updater' );    
    remove_action( 'vc_before_init', 'thegem_vcSetAsTheme' );
    }
    

    After you add it, you should be able to activate the plugin.

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver