Changeset 53045
- Timestamp:
- 04/01/2022 05:54:37 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r53044 r53045 5177 5177 */ 5178 5178 function wp_list_pluck( $list, $field, $index_key = null ) { 5179 if ( ! is_array( $list ) ) { 5180 return array(); 5181 } 5182 5179 5183 $util = new WP_List_Util( $list ); 5180 5184
Note: See TracChangeset
for help on using the changeset viewer.