This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Begin System Info ### | |
## Please include this information when posting support requests ## | |
Multisite: No | |
SITE_URL: https://hmais.healthmanagement.com | |
HOME_URL: https://hmais.healthmanagement.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
session_start(); | |
/* Template Name: SearchWP State Search Results */ | |
global $post; | |
//get the query | |
$query = isset( $_REQUEST['t'] ) ? sanitize_text_field( $_REQUEST['t'] ) : ''; | |
$stateId = isset($_REQUEST['stateId']) ? sanitize_text_field( $_REQUEST['stateId'] ) : ''; | |
if($stateId == '*') { | |
$stateId = false; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Array | |
( | |
[test_search] => Array | |
( | |
[relation] => OR | |
[0] => Array | |
( | |
[taxonomy] => category | |
[field] => id | |
[terms] => 189 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[test_query] => __PHP_Incomplete_Class Object | |
( | |
[__PHP_Incomplete_Class_Name] => SWP_Query | |
[s] => medicaid | |
[engine] => default | |
[posts_per_page] => 10 | |
[load_posts] => 1 | |
[fields] => all | |
[nopaging] => |