Methods
1 to 7 of 7
- WP_List_Util::__construct() – Constructor.
- WP_List_Util::filter() – Filters the list, based on a set of key => value arguments.
- WP_List_Util::get_input() – Returns the original input array.
- WP_List_Util::get_output() – Returns the output array.
- WP_List_Util::pluck() – Plucks a certain field out of each object in the list.
- WP_List_Util::sort_callback() – Callback to sort the list by specific fields.
- WP_List_Util::sort() – Sorts the list, based on one or more orderby arguments.