wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



is_protected_meta › WordPress Filter Hooks

Da3.2.0
Deprecaton/a
apply_filters( 'is_protected_meta', $protected, $meta_key, $meta_type )
Parametri: (3)
  • (bool) $protected Whether the key is considered protected.
    Richiesto:
  • (string) $meta_key Metadata key.
    Richiesto:
  • (string) $meta_type Type of object metadata is for. Accepts 'post', 'comment', 'term', 'user', or any other object type with an associated meta table.
    Richiesto:
Definito a:
Codex:

Filters whether a meta key is considered protected.





Sorgenti

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