Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Last active May 24, 2020 12:00
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 jchristopher/01280df34a72b57263f867805423d251 to your computer and use it in GitHub Desktop.
Save jchristopher/01280df34a72b57263f867805423d251 to your computer and use it in GitHub Desktop.
<?php
$source = \SearchWP\Utils::get_post_type_source_name( 'post' );
$mod = new \SearchWP\Mod( $source );
$mod->set_where( [ [
'column' => 'id',
'value' => [ 145, 211 ],
'compare' => 'NOT IN',
'type' => 'NUMERIC',
] ] );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment