Browse: Home / Hooks /

learndash_dashboard_widget_course_lifetime_sales_transactions_chunk_size

apply_filters( 'learndash_dashboard_widget_course_lifetime_sales_transactions_chunk_size',  int $transactions_chunk_size )

Filters the number of transactions to process per time.


Description #


Parameters #

$transactions_chunk_size

(int) The number of transactions to process per time. Default 100.


Return #

(int)


Source #

File: src/Core/Mappers/Dashboards/Course/Widgets/Lifetime_Sales.php


Changelog #

Changelog
Version Description
4.9.0 Introduced.