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