apply_filters( 'postmeta_form_limit', int $limit )

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


Parameters

$limit

(int) Number of custom fields to retrieve. Default 30.


Source

File: wp-admin/includes/template.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.1.0 Introduced.