wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
update_{$meta_type}_metadata › WordPress Filter Hooks
Seit3.1.0
Veraltetn/v
› apply_filters( "update_{$meta_type}_metadata", null, $object_id, $meta_key, $meta_value, $prev_value )
Parameter: (5) |
|
Definiert in: |
|
Codex: |
Short-circuits updating metadata of a specific type.
The dynamic portion of the hook name, $meta_type
, refers to the meta object type
(post, comment, term, user, or any other type with an associated meta table).
Returning a non-null value will effectively short-circuit the function.
Possible hook names include:
update_post_metadata
update_comment_metadata
update_term_metadata
update_user_metadata
Ähnliche Funktionen: update_metadata, delete_metadata, wp_update_attachment_metadata, update_site_meta, update_term_meta, update_comment_meta