postmeta_form_limit

Advertisement

Summery Summery

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

Syntax Syntax

apply_filters( 'postmeta_form_limit', int $limit )

Parameters Parameters

$limit

Number of custom fields to retrieve. Default 30.

Source Source

File: wp-admin/includes/template.php

Advertisement

Changelog Changelog

Changelog
Version Description
2.1.0 Introduced.

Advertisement

Leave a Reply