> On Mar 22, 2020, at 7:14 PM, Craig Francis wrote:
>
> On Sun, 22 Mar 2020 at 19:11, Mike Schinkel wrote:
>> IMO getting that in WordPress core is highly unlikely
>
> Good point, like all systems, WordPress will need to consider older versions
> of PHP.
>
> But, because this is a new functio
On Sun, 22 Mar 2020 at 19:11, Mike Schinkel wrote:
> IMO getting that in WordPress core is highly unlikely
Good point, like all systems, WordPress will need to consider older versions of
PHP.
But, because this is a new function, they can avoid that issue by using
`function_exists()`, as in..