wpseek.com
A WordPress-centric search engine for devs and theme authors
auth_{$object_type}_meta_{$meta_key} › WordPress Filter Hooks
Since4.6.0
Deprecatedn/a
› apply_filters( "auth_{$object_type}_meta_{$meta_key}", $allowed, $meta_key, $object_id, $user_id, $cap, $caps )
| Parameters: (6) |
|
| Defined at: |
|
| Codex: |
Filters whether the user is allowed to edit a specific meta key of a specific object type.
Return true to have the mapped meta caps from `edit_{$object_type}` apply. The dynamic portion of the hook name, `$object_type` refers to the object type being filtered. The dynamic portion of the hook name, `$meta_key`, refers to the meta key passed to map_meta_cap().Related Functions: get_object_term_cache, update_object_term_cache, clean_object_term_cache, _post_type_meta_capabilities, get_object_subtype, _get_meta_table