Opal-Estate-Pro/templates/search-box/fields/status.php
2019-09-10 11:27:33 +07:00

5 lines
144 B
PHP
Executable File

<?php
$status = isset( $_GET['status'] ) ? sanitize_text_field( $_GET['status'] ): -1;
Opalestate_Taxonomy_Status::dropdown_list( $status );
?>