Skip to content

Instantly share code, notes, and snippets.

@rmorse
Created September 22, 2015 17:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rmorse/f7e7473ea2ed65c1cf0d to your computer and use it in GitHub Desktop.
Save rmorse/f7e7473ea2ed65c1cf0d to your computer and use it in GitHub Desktop.
Search & Filter Pro - Active Query - Get a single field
<?php
//Get a single fields values using labels
//replace `1526` with the ID of your search form
global $searchandfilter;
$sf_current_query = $searchandfilter->get(1526)->current_query();
echo $sf_current_query->get_field_string("_sft_category");
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment