Skip to content

Instantly share code, notes, and snippets.

[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] =>
<?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;
### 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