Skip to content

Instantly share code, notes, and snippets.

@theukedge
Created August 22, 2016 18:10
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 theukedge/f9343a37eeacdfaf516375c25bdc36a7 to your computer and use it in GitHub Desktop.
Save theukedge/f9343a37eeacdfaf516375c25bdc36a7 to your computer and use it in GitHub Desktop.
<?php function limit_soup( $args ) {
$args['post_status'] = array( 'draft', 'future' );
return $args;
}
add_filter( 'soup_query', 'limit_soup' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment