This commit is contained in:
ThemeLexus
2019-09-30 10:45:28 +07:00
parent 76759b11e3
commit 65d06225d5
3 changed files with 17 additions and 3 deletions

View File

@@ -1,7 +1,13 @@
<?php
$args = [
'posts_per_page' => $posts_per_page,
'posts_per_page' => $posts_per_page,
'showmode' => $showmode,
'categories' => $categories,
'types' => $types,
'labels' => $labels,
'cities' => $cities,
'statuses' => $statuses,
];
$query = Opalestate_Query::get_property_query( $args );