Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #54780, comment 9


Ignore:
Timestamp:
01/15/2022 08:25:38 PM (23 months ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54780, comment 9

    initial v1  
    99> It's also worth noting that as of PHP 8, disabled functions can be redeclared. Unless the function is redeclared, `function_exists()` still returns `false`.
    1010>
    11 > It looks like most of the instances in core where we need to check for a function that might be disabled just use a simple `function_exists()` check
     11> It looks like most of the instances in core where we need to check for a function that might be disabled just use a simple `function_exists()` check.