wpseek.com
A WordPress-centric search engine for devs and theme authors
wp_list_pluck › WordPress Function
Since3.1.0
Deprecatedn/a
› wp_list_pluck ( $list, $field, $index_key = null )
Parameters: (3) |
|
Returns: |
|
Defined at: |
|
Codex: | |
Change Log: |
|
Pluck a certain field out of each object in a list.
This has the same functionality and prototype of array_column() (PHP 5.5) but also supports objects.