Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 65051

Descending Sort

$
0
0

Replies: 0

Hi there,

I’m using the filter gmw_default_form_values and didn’t seem to be a way to sort on DESC. The following it’s sorting by ID but on ASC order:

function gmw_modify_default_form( $gmw )
{
$gmw[“page_load_results”][“orderby”] = ‘ID’;
$gmw[“page_load_results”][“order”] = ‘DESC’;
return $gmw;
}
add_filter( ‘gmw_default_form_values’, ‘gmw_modify_default_form’, 60, 1 );

Any help would be appreciated. Thanks!


Viewing all articles
Browse latest Browse all 65051

Trending Articles