Welcome to Htaew
Listings
Listing Type
Make
Model
Location
Body Type
Price
Mileage
Year
JOIN HTAEW.COM •
JOIN HTAEW.COM •
JOIN HTAEW.COM •
JOIN HTAEW.COM •
// Shortcode: [current_url] -> current page URL (encoded for query strings) add_shortcode('current_url', function () { $scheme = (is_ssl() ? 'https' : 'http'); $url = $scheme . '://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']; return rawurlencode($url); });