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
-
(int) Number of posts to be displayed. Default 20.
- $post_type
-
(string) The post type.
Source
Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |
© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/edit_posts_per_page