apply_filters( 'llms_sd_my_notifications_per_page', int $per_page )
Filter the number of notifications per page to be displayed in the dashboard’s “my_notifications” tab.
Parameters Parameters
- $per_page
-
(int) The number of notifications per page to be displayed. Default
25
.
Source Source
File: includes/functions/llms.functions.templates.dashboard.php
Changelog Changelog
Version | Description |
---|---|
unknown | Introduced. |