apply_filters( 'edit_posts_per_page', int $posts_per_page , string $post_type )
Filters the number of posts displayed per page when specifically listing “posts”.
Parameters
- $posts_per_page
-
Number of posts to be displayed. Default 20.
- $post_type
-
The post type.
Source
Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |