Changes between Initial Version and Version 1 of Ticket #8265, comment 1
- Timestamp:
- 04/03/2020 10:15:35 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8265, comment 1
initial v1 1 1 Thanks for letting us know, Dono12. 2 2 3 That's annoying. WordPress didn't even deprecate the previous function? See #WP46302. 3 That's annoying. WordPress didn't even deprecate the previous function? See #WP46302. **Update** - It looks like they did deprecate the function, but only in the admin area. 4 4 5 5 Since we need to support versions of WordPress less than 5.4, we'll need to do a `function_exists()` check. See attached patch. Devs, let me know if you'd prefer the function_exists() check to span multiple lines instead of a one-liner.