postmeta_form_limit

最后更新于:2021-11-27 14:44:42

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.

参数

$limit

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

源文件

文件: gc-admin/includes/template.php

View on Trac