Conflict compatibility WP ALL IMPORT
-
Hi
Im using WP ALL IMPORT plugin, for import all my products, untill now all ok.
But with last update, WP ALL IMPORT doesnt work when CMB2 plugin is active.
When i disable CMB2, WP ALL IMPORT works.
Need a fix for this, cant still working!
Thanks a lot!♥
I have the same problem, any updates on this?
Hi,
It is a conflict with the latest version of the CMB2 plugin. As a workaround, you can comment or remove this piece of code in the file plugins/cmb2/includes/CMB2_JS.php
http://prntscr.com/jnhil1
if ( function_exists( 'wp_enqueue_code_editor' ) ) {
$l10n['defaults']['code_editor'] = wp_enqueue_code_editor( array(
'type' => 'text/html',
) );
}
Regards
Oh well, now is working!
I think this issue will be fixed with the next update from CMB2 plugin.
Thanks a lot for this fix! ♥
The topic ‘Conflict compatibility WP ALL IMPORT’ is closed to new replies.