• I get this message in wordpress 7.0, woocommerce 10.8.1, divi 5

    [10-Jun-2026 04:16:16 UTC] PHP Notice: Function ID was called incorrectly. Order properties should not be accessed directly. Backtrace: do_action(‘load-woocommerce_page_wc-orders’), WP_Hook->do_action, WP_Hook->apply_filters, Automattic\WooCommerce\Internal\Admin\Orders\PageController->handle_load_page_action, Automattic\WooCommerce\Internal\Admin\Orders\PageController->setup_action_edit_order, Automattic\WooCommerce\Internal\Admin\Orders\PageController->prepare_order_edit_form, Automattic\WooCommerce\Internal\Admin\Orders\Edit->setup, do_action(‘add_meta_boxes’), WP_Hook->do_action, WP_Hook->apply_filters, et_add_post_meta_box, WC_Abstract_Legacy_Order->__get, wc_doing_it_wrong Please see Debugging in WordPress for more information. (This message was added in version 3.0.) in /home/u74339p145570/domains/public_html/dev/dev/wp-includes/functions.php on line 6170

Viewing 1 replies (of 1 total)
  • Plugin Support shahzeen(woo-hc)

    (@shahzeenfarooq)

    Hi @kaboemnld

    Thank you for sharing the error log details.

    I can see that this is a PHP Notice related to deprecated WooCommerce order property usage. Specifically, WooCommerce is indicating that an order property is being accessed in an outdated way, and this is being triggered during the loading of the admin order page.

    Before we go further, I would recommend making sure you are using the latest versions of both:

    • WooCommerce
    • Divi theme

    Outdated versions can sometimes cause compatibility issues like this, especially when WooCommerce updates its internal order handling.

    If everything is already up to date and the issue still persists, then I would suggest reaching out to the Divi support team as well. Based on the stack trace, the notice appears to originate from a Divi function (et_add_post_meta_box), so their team would be best placed to check and update their code for compatibility with the latest WooCommerce standards.

    Let us know what they suggest, and if needed we can take another look from the WooCommerce side as well.

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.