Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #50095


Ignore:
Timestamp:
05/06/2020 01:56:04 AM (4 years ago)
Author:
johnjamesjacoby
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #50095 – Description

    initial v2  
    4141}}}
    4242
     43The above code will output:
     44
     45{{{
     46array (size=0)
     47  empty
     48}}}
     49
    4350I 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.
    4451