Write WordPress Code Snippets with fewer bugs: PHP Anonymous Functions

preview_player
Показать описание
In this video, I show you how you can use Anonymous Functions in your WordPress Code Snippets to create cleaner code and fewer bugs.

0:00 Introduction
0:18 Standard way of writing WordPress Code Snippets
0:48 Convert code snippet to use an Anonymous Function
1:25 Why historically Anonymous Functions were not used in WordPress
Рекомендации по теме
Комментарии
Автор

Nice! And it can be further simplified into PHP arrow functions (abbreviated anonymous functions) introduced in PHP 7.4, for a single expression

actuallyGOTone