apply_filters( "$per_page", int $posts_per_page )
Filter the number of items per page to show for a specific ‘per_page’ type.
Description Description
Parameters Parameters
- $posts_per_page
-
(int) Number of posts to display per page for the given 'per_page' type. Default 20.
Source Source
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |