woocommerce_analytics_delete_order_stats

woocommerce_analytics_delete_order_stats

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

do_action('woocommerce_analytics_delete_order_stats') is found 1 times:

  • /src/Admin/API/Reports/Orders/Stats/DataStore.php line 621
    617
    618
    619
    620
    621
    622
    623
    624
    625
    626
    627
         * @param int $customer_id Customer ID.
         *
         * @since 4.0.0
         */
        do_action( 'woocommerce_analytics_delete_order_stats', $order_id, $customer_id );
     
        ReportsCache::invalidate();
    }
     
     
    /**

See this hook used in plugins: