Opal-Estate-Pro/templates/search-box/fields/status.php

4 lines
141 B
PHP
Raw Normal View History

2019-09-10 06:27:33 +02:00
<?php
$status = isset( $_GET['status'] ) ? sanitize_text_field( $_GET['status'] ): -1;
Opalestate_Taxonomy_Status::dropdown_list( $status );