apply_filters( 'is_protected_meta', bool $protected, string $meta_key, string $meta_type )

Filters whether a meta key is protected.


Parameters

$protected

(bool) Whether the key is protected. Default false.

$meta_key

(string) Meta key.

$meta_type

(string) Type of object metadata is for (e.g., comment, post, term, or user).


Source

File: wp-includes/meta.php

View on GitHub



Changelog

Changelog
Version Description
WP-3.2.0 Introduced.