Changes between Initial Version and Version 2 of Ticket #50095
- Timestamp:
- 05/06/2020 01:56:04 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #50095 – Description
initial v2 41 41 }}} 42 42 43 The above code will output: 44 45 {{{ 46 array (size=0) 47 empty 48 }}} 49 43 50 I expected for this utility to be flexible enough to handle these cases, because a few WordPress classes (like `WP_User`) already use magic methods similar to my above example. 44 51