Filters whether the user is allowed to add post meta to a post of a given type.
Description
The dynamic portions of the hook name, $meta_key and $post_type, refer to the meta key passed to map_meta_cap() and the post type, respectively.
Parameters
$allowedbool- Whether the user can add the post meta. Default false.
$meta_keystring- The meta key.
$post_idint- Post ID.
$user_idint- User ID.
$capstring- Capability name.
$capsarray- User capabilities.
Source
/* translators: %s: Capability name. */
Changelog
| Version | Description |
|---|---|
| 4.6.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.