• I got an error while I placing a new order

    Non-static method WC_Email::get_blogname() should not be called statically<br />
    File: [PATH]/wp-content/plugins/woo-product-bundle/includes/class-woosb.php<br />
    Line: 2800<br />

    This method is not calling statically any more “WC_Email::get_blogname()” you have to make a new instance of it before calling like “(new WC_Email())->get_blogname()”

    Check the WC_Email class “wp-content/plugins/woocommerce/includes/emails/class-wc-email.php” line 526

    Thanks!

The topic ‘Error on low stock notification’ is closed to new replies.