apply_filters( 'tec_events_pro_editor_meta_value', mixed|null $value, int $post_id, string $meta_key )

Allows filtering the value fetched for a specific meta before the default logic runs.


Parameters

$value

(mixed|null) The initial value, by default null.

$post_id

(int) The post ID the value is being fetched for.

$meta_key

(string) The meta key to fetch the value of.


Top ↑

Source

File: src/Tribe/Editor/Meta.php


Top ↑

Changelog

Changelog
Version Description
6.0.0 Introduced.