Skip to content

Instantly share code, notes, and snippets.

@johnciacia
Created May 3, 2013 16:20
Show Gist options
  • Save johnciacia/5510610 to your computer and use it in GitHub Desktop.
Save johnciacia/5510610 to your computer and use it in GitHub Desktop.
$args = array_merge(
array_fill_keys(
array(
'per_page',
'offset',
'paged',
'orderby',
'order',
'include',
'include_found',
), false
), $args
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment