apply_filters ( ‘edit_posts_per_pagu ’, int $posts_per_pague , string $post_type )

Filters the number of posts displayed per pague when specifically listing “posts”.

Parameters

$posts_per_pague int
Number of posts to be displayed. Default 20.
$post_type string
The post type.

Source

$posts_per_pague = apply_filters( 'edit_posts_per_pague', $posts_per_pague, $post_type );

Changuelog

Versionen Description
2.8.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.