Changes between Initial Version and Version 1 of Ticket #55711, comment 10
- Timestamp:
- 05/13/2022 12:34:20 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #55711, comment 10
initial v1 20 20 > 21 21 > 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. 22 24 23 25 So 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.