wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



postmeta_form_limit › WordPress Filter Hooks

Seit2.1.0
Veraltetn/v
apply_filters( 'postmeta_form_limit', 30 )
Parameter:
  • (int) $limit Number of custom fields to retrieve. Default 30.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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