wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



is_protected_meta › Les Filtres WordPress

Depuis3.2.0
Dépréciéen/a
apply_filters( 'is_protected_meta', $protected, $meta_key, $meta_type )
Paramètres: (3)
  • (bool) $protected Whether the key is considered protected.
    Requis: Oui
  • (string) $meta_key Metadata key.
    Requis: Oui
  • (string) $meta_type Type of object metadata is for. Accepts 'post', 'comment', 'term', 'user', or any other object type with an associated meta table.
    Requis: Oui
Défini(e) dans:
Codex:

Filters whether a meta key is considered protected.





Source

return apply_filters( 'is_protected_meta', $protected, $meta_key, $meta_type );