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



postmeta_form_limit › Les Filtres WordPress

Depuis2.1.0
Dépréciéen/a
apply_filters( 'postmeta_form_limit', 30 )
Paramètres:
  • (int) $limit Number of custom fields to retrieve. Default 30.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the number of custom fields to retrieve for the drop-down in the Custom Fields meta box.





Source

$limit = apply_filters( 'postmeta_form_limit', 30 );