Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #55711, comment 10


Ignore:
Timestamp:
05/13/2022 12:34:20 AM (3 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55711, comment 10

    initial v1  
    2020>
    2121> 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.
     22>
     23> Related: #33112, #37680, #37978, #48693, #52226, #54780.
    2224
    2325So at the moment I'm not sure we need to do anything besides a `function_exists()` check here, that seems to be its intended purpose.