apply_filters( "edit_{$post_type}_per_page", int $posts_per_page )

Filters the number of items per page to show for a specific ‘per_page’ type.

Description

The dynamic portion of the hook name, $post_type, refers to the post type.

Possible hook names include:

  • edit_post_per_page
  • edit_page_per_page
  • edit_attachment_per_page

Parameters

$posts_per_page

(int) Number of posts to display per page for the given post type. Default 20.

Source

File: wp-admin/includes/post.php

View on Trac

Changelog

Version Description
3.0.0 Introduced.

© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/edit_post_type_per_page