Changes between Initial Version and Version 3 of Ticket #14302
- Timestamp:
- 07/18/2010 01:28:26 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14302
- Property Owner set to filosofo
-
Property
Status
changed from
newtoaccepted
-
Ticket #14302 – Description
initial v3 6 6 My patch lets WP figure out where a particular value is stored, so you don't have to, with two new functions: 7 7 8 mixed '''get_ object_property''' ( int ''$object_id'', string ''$prop_name'' [, bool ''$force_single'' ] )8 mixed '''get_post_property''' ( int ''$object_id'', string ''$prop_name'' [, bool ''$force_single'' ] ) 9 9 10 bool '''set_ object_property''' ( int ''$object_id'', string ''$prop_name'', mixed ''$prop_value'' )10 bool '''set_post_property''' ( int ''$object_id'', string ''$prop_name'', mixed ''$prop_value'' )