Changes between Version 4 and Version 5 of Ticket #46635, comment 17
- Timestamp:
- 04/03/2019 10:03:23 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #46635, comment 17
v4 v5 73 73 }}} 74 74 75 I haven't looked into the code in detail, so I have missed a few nuances, but I think the basic principle should work.75 I haven't looked into the code in detail, so I might have missed a few nuances, but I think the basic principle should work. 76 76 77 77 And please, y'all, when building new functionality, please at least consider objects... PHP 7+ is built 100% around objects, there's only drawbacks and performance penalties to be had when still sticking to procedural code by default. This does not mean we should rewrite WordPress, but I rarely see anyone resorting to objects to solve new problems in here.