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.

Description

The dynamic portion of the hook, $meta_type, refers to the meta object type (post, comment, term, user, or any other type with an associated meta table). Returning a non-null value will effectively short-circuit the function.

Parameters

$value

(stdClass|null) The value to return.

$meta_id

(int) Meta ID.

Source

File: wp-includes/meta.php

View on Trac

Changelog

Version Description
5.0.0 Introduced.

© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/get_meta_type_metadata_by_mid