is_protected_meta – filter
Filters whether a meta key is considered protected.
Parameters
- .
- ( 3.2.0 ) . .
- ( bool ) $protected Whether the key is considered protected. . . .
- $meta_key
- ( string ) Metadata key. . . .
- $meta_type
- ( string ) Type of object metadata is for. Accepts ‘post’, ‘comment’, ‘term’, ‘user’, or any other object type with an associated meta table. . . .