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…