get_{$meta_type}_metadata_by_mid

最后更新于:2021-11-27 00:18:04

apply_filters( “get_{$meta_type}_metadata_by_mid”, stdClass|null $value, int $meta_id )

Short-circuits the return value when fetching a meta field by meta ID.

参数

$value

(stdClass|null)
The value to return.

$meta_id

(int)
Meta ID.

源文件

文件: gc-includes/meta.php

View on Trac