LLMS_Analytics::get_total_sold_by_day( [array] $orders, [string] $start_date, [string] $end_date )

Get array of date / total $ made on site Uses start and end date for timeline


Parameters Parameters

$orders

([array]) (Required) [array of order objects]

$start_date

([string]) (Required) [date yyyy-mm-dd]

$end_date

([string]) (Required) [date yyyy-mm-dd]


Top ↑

Return Return

([array]) [array of date / daily total]


Top ↑

Source Source

File: includes/class.llms.analytics.php



Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.