conflict with woocommerce admin
-
The plugin causes woocommerce admin’s dashboard to go blank with the error message:
react-dom.min.js?ver=16.9.0:103 TypeError: Cannot read property ‘classList’ of null
I’ve tried changing the load order of the plugins and setting a different priority in admin-menu.php since commenting out this line fixes it.
add_filter( ‘parent_file’, ‘amg_organize_menu’, 10, 1 );
It seems the plugin is either clearing an array that wca needs or one of those global vars share the same name
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘conflict with woocommerce admin’ is closed to new replies.