Skip to content

Instantly share code, notes, and snippets.

View madshostrup's full-sized avatar

Mads Hostrup Mortensen madshostrup

View GitHub Profile
<?php
function get_cars() {
$ne = $_REQUEST['northeast'];
$sw = $_REQUEST['southwest'];
$args = array(
'post_type' => 'car',