mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-25 03:20:15 +00:00
8ce7c39e44258918317f462fa7076fbee40a6f78
array() to be passed as the value for orderby to WP_Query. Allows for an independent order value for each key.
Example: `'orderby' => array( 'title' => 'DESC', 'menu_order' => 'ASC' )`. Adds docs and unit tests. Props wonderboymusic, johnbillion, DrewAPicture, dd32, andy. See #17065. git-svn-id: https://develop.svn.wordpress.org/trunk@29027 602fd350-edb4-49c9-b593-d223f7449a82
Description
No description provided
Languages
PHP
80.5%
CSS
9.4%
JavaScript
8.5%
SCSS
0.9%
HTML
0.7%