apply_filters( 'llms_update_items_per_page', int $per_page )
Filters the number of items per page in migration queries.
Description Description
This filter exists primarily to allow phpunit tests for migration functions and queries to reduce the number of items per query. In this way pagination functionality can be tested without having to tests a large number of items.
Parameters Parameters
- $per_page
-
(int) Number of items per page.
Source Source
Changelog Changelog
Version | Description |
---|---|
6.0.0 | Introduced. |