Changes between Initial Version and Version 1 of Ticket #21601
- Timestamp:
- 08/16/2012 12:59:08 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21601 – Description
initial v1 3 3 So, keeping that functionality for checking even custom properties, I thought it may be beneficial to add a magic method for checking whether a property is set ( WP_User::has_prop( $key ) ) and has a value ( WP_User::get( $key ) ). 4 4 5 Thus, this ticket desires to add two methods: has_prop_val() & __hasval()5 Thus, this ticket desires to add two methods: `has_prop_val()` & `__hasval()`