• Resolved acoustika

    (@acoustika)


    Hello there ??

    How can I delete an order in a hook or function?

    I have tried

    wp_delete_post(order_id, true)
    wp_trash_post(order_id)
    

    I have tried them in different places, and also on add_action(‘init’)
    But it does not trash or delete the order, is there another woocommerce specific funtion to delete one single order, been seaching and can’t seem to find anything…
    I need to delete an order in ‘woocommerce_order_status_changed’ hook

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Delete order programmatically’ is closed to new replies.