File: wp-includes/class-wp-list-util.php
-
Returns the output array.
-
methodWP_List_Util::filter()
Filters the list, based on a set of key => value arguments.
-
methodWP_List_Util::pluck()
Plucks a certain field out of each element in the input array.
-
methodWP_List_Util::sort()
Sorts the input array based on one or more orderby arguments.
-
Callback to sort an array by specific fields.
-
classWP_List_Util
List utility.
-
Constructor.
-
Returns the original input array.