Skip to content

Instantly share code, notes, and snippets.

@barrykooij
Created July 16, 2018 15:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save barrykooij/c06778853e67b4b3d2dac546140e0600 to your computer and use it in GitHub Desktop.
Save barrykooij/c06778853e67b4b3d2dac546140e0600 to your computer and use it in GitHub Desktop.
add_filter( 'dlm_page_addon_get_category_args', function ( $arg ) {
$arg['orderby'] = 'date';
$arg['order'] = 'DESC';
return $arg;
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment