#38284 closed defect (bug) (invalid)
add capabilities for edit_{$object}_meta
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.6 |
Component: | Role/Capability | Keywords: | |
Focuses: | Cc: |
Description
register_meta
has an arg auth_callback
which adds a filter to auth_{$object_type}_meta_{$meta_key}
There's an auth_post_meta_{$meta_key}
filter in the edit_post_meta
capability case but cases for term, user and comment meta still need to be added.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
adds capabilities and updates unit tests