• Resolved atelierdevs

    (@atelierdevs)


    The plugin causes a fatal error when Woocommerce is enabled. The issue is this function in includes/admin.php

    function app_output_buffer() {

    if (is_admin()) {

    add_filter( 'admin_body_class', function($classes) {

    $screen = get_current_screen();

    if (preg_match('/wp_smart_import/i', $screen->id)) {

    return $classes .= ' wpsmartimport-plugin ';

    }

    });

    }

    ob_start();

    }

Viewing 1 replies (of 1 total)
  • Plugin Contributor Rajat Patel

    (@rajat1192)

    Hello @atelierdevs,

    Thank you for reporting this. We’ve identified the issue in includes/admin.php that was causing the fatal error with WooCommerce.

    The plugin has now been fixed and updated to version 1.1.5. The conflict with WooCommerce has been resolved, and everything should work smoothly.

    Please update to the latest version and let us know if you face any further issues.

Viewing 1 replies (of 1 total)

The topic ‘Causing Fatal error in WP admin pages’ is closed to new replies.