wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



edit_{$post_type}_per_page › Les Filtres WordPress

Depuis3.0.0
Dépréciéen/a
apply_filters( "edit_{$post_type}_per_page", $posts_per_page )
Paramètres:
  • (int) $posts_per_page Number of posts to display per page for the given post type. Default 20.
    Requis: Oui
Défini(e) dans:
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




Source

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