wpseek.com
A WordPress-centric search engine for devs and theme authors
array_any › WordPress Function
Since6.8.0
Deprecatedn/a
› array_any ( $array, $callback )
Parameters: (2) |
|
Returns: |
|
Defined at: |
|
Codex: |
Polyfill for `array_any()` function added in PHP 8.4.
Checks if any element of an array passes a given callback.