WP expert and eager […]
[bridged from https://phpc.social/@gmazzap on the fediverse by https://fed.brid.gy/ ]
```
$result = ([
1 => fn() => fn1(),
2 => fn() => fn2(),
3 => fn() => fn3(),
][$select] ?? fn() => null)();
```
```
$result = ([
1 => fn() => fn1(),
2 => fn() => fn2(),
3 => fn() => fn3(),
][$select] ?? fn() => null)();
```