Opened 11 years ago
Closed 11 years ago
#5400 closed defect (bug) (fixed)
Implement add_meta() functions and other WP metadata goodies
Reported by: | boonebgorges | Owned by: | boonebgorges |
---|---|---|---|
Milestone: | 2.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Core | Keywords: | |
Cc: |
Description
In migrating to WP's metadata functions, we now have the ability to use some of the good stuff that those functions have available, such as:
- the $single param of get_metadata()
- the $delete_all param of delete_metadata()
- the add_metadata() function
Should do a review and see how these can be consistently added to each of our component metadata libraries.
Change History (9)
Note: See
TracTickets for help on using
tickets.
In 7872: