wpseek.com
A WordPress-centric search engine for devs and theme authors
edit_{$post_type}_per_page › WordPress Filter Hooks
Since3.0.0
Deprecatedn/a
› apply_filters( "edit_{$post_type}_per_page", $posts_per_page )
Parameters: |
|
Defined at: |
|
Codex: |
Filters the number of items per page to show for a specific 'per_page' type.
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
Related Functions: get_post_type_labels, is_post_type_viewable, set_post_type, get_post_type, get_post_type_capabilities, get_post_type_object