apply_filters( 'is_protected_meta', bool $protected , string $meta_key , string $meta_type )
Filters whether a meta key is protected.
Parameters
- $protected
-
Whether the key is protected. Default false.
- $meta_key
-
Meta key.
- $meta_type
-
Type of object metadata is for (e.g., comment, post, term, or user).
Source
File: wp-includes/meta.php
Changelog
Version | Description |
---|---|
WP-3.2.0 | Introduced. |