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.


Top ↑

Parameters Parameters

$per_page

(int) Number of items per page.


Top ↑

Source Source

File: includes/functions/llms.functions.updates.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
6.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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