postmeta_form_keys

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

apply_filters( ‘postmeta_form_keys’, array|null $keys, GC_Post $post )

Filters values for the meta key dropdown in the Custom Fields meta box.

参数

$keys

(array|null)
Pre-defined meta keys to be used in place of a postmeta query. Default null.

$post

(GC_Post)
The current post object.

源文件

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

View on Trac