wpseek.com
A WordPress-centric search engine for devs and theme authors
delete_{$meta_type}_metadata › WordPress Filter Hooks
Since3.1.0
Deprecatedn/a
› apply_filters( "delete_{$meta_type}_metadata", null, $object_id, $meta_key, $meta_value, $delete_all )
Parameters: (5) |
|
Defined at: |
|
Codex: |
Short-circuits deleting metadata of a specific type.
The dynamic portion of the hook, $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.
Related Functions: delete_metadata, delete_term_meta, delete_site_meta, filter_default_metadata, delete_metadata_by_mid, delete_site_meta_by_key