wpseek.com
A WordPress-centric search engine for devs and theme authors
update_{$meta_type}_metadata › WordPress Filter Hooks
Since3.1.0
Deprecatedn/a
› apply_filters( "update_{$meta_type}_metadata", null, $object_id, $meta_key, $meta_value, $prev_value )
Parameters: (5) |
|
Defined at: |
|
Codex: |
Filters whether to update metadata of a specific type.
The dynamic portion of the hook, $meta_type
, refers to the meta
object type (comment, post, term, or user). Returning a non-null value
will effectively short-circuit the function.
Related Functions: update_metadata, delete_metadata, wp_update_attachment_metadata, update_term_meta, update_comment_meta, update_site_meta