Title: wp-includes/class-wp-list-util.php | Developer.WordPress.org

---

# File: wp-includes/class-wp-list-util.php

 * method[WP_List_Util::pluck()](https://developer.wordpress.org/reference/classes/wp_list_util/pluck/)
 * Plucks a certain field out of each element in the input array.
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/wp_list_util/pluck/#used-by)
   | Uses [2 functions](https://developer.wordpress.org/reference/classes/wp_list_util/pluck/#uses)
   | Source: [wp-includes/class-wp-list-util.php:158](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/class-wp-list-util.php#L158-L214)
 * method[WP_List_Util::sort()](https://developer.wordpress.org/reference/classes/wp_list_util/sort/)
 * Sorts the input array based on one or more orderby arguments.
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/wp_list_util/sort/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/classes/wp_list_util/sort/#uses)
   | Source: [wp-includes/class-wp-list-util.php:229](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/class-wp-list-util.php#L229-L253)
 * method[WP_List_Util::sort_callback()](https://developer.wordpress.org/reference/classes/wp_list_util/sort_callback/)
 * Callback to sort an array by specific fields.
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/wp_list_util/sort_callback/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/classes/wp_list_util/sort_callback/#uses)
   | Source: [wp-includes/class-wp-list-util.php:266](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/class-wp-list-util.php#L266-L293)
 * method[WP_List_Util::get_output()](https://developer.wordpress.org/reference/classes/wp_list_util/get_output/)
 * Returns the output array.
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/wp_list_util/get_output/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/classes/wp_list_util/get_output/#uses)
   | Source: [wp-includes/class-wp-list-util.php:74](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/class-wp-list-util.php#L74-L76)
 * method[WP_List_Util::filter()](https://developer.wordpress.org/reference/classes/wp_list_util/filter/)
 * Filters the list, based on a set of key => value arguments.
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/wp_list_util/filter/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/classes/wp_list_util/filter/#uses)
   | Source: [wp-includes/class-wp-list-util.php:98](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/class-wp-list-util.php#L98-L141)
 * class[WP_List_Util](https://developer.wordpress.org/reference/classes/wp_list_util/)
 * List utility.
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/wp_list_util/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/classes/wp_list_util/#uses)
   | Source: [wp-includes/class-wp-list-util.php:16](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/class-wp-list-util.php#L16-L294)
 * method[WP_List_Util::__construct()](https://developer.wordpress.org/reference/classes/wp_list_util/__construct/)
 * Constructor.
 * Used by [3 functions](https://developer.wordpress.org/reference/classes/wp_list_util/__construct/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/classes/wp_list_util/__construct/#uses)
   | Source: [wp-includes/class-wp-list-util.php:51](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/class-wp-list-util.php#L51-L54)
 * method[WP_List_Util::get_input()](https://developer.wordpress.org/reference/classes/wp_list_util/get_input/)
 * Returns the original input array.
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/wp_list_util/get_input/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/classes/wp_list_util/get_input/#uses)
   | Source: [wp-includes/class-wp-list-util.php:63](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/class-wp-list-util.php#L63-L65)