Guest User

Untitled

a guest
Mar 21st, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. if ($_GET['type'] == "suv") {
  2. $typeterm = array( 'SUV', 'Sport Utility' );
  3. $typekey = 'cpt_type';
  4. $typecompare = 'LIKE';
  5. }
Add Comment
Please, Sign In to add comment