- This topic has 3 replies, 2 voices, and was last updated 6 years, 9 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › i want to get the current sfid
i use the shortcode to display my result, and in the shortcode I use the next code
$sf_current_query = $searchandfilter->get( 1391 )->current_query();
the get( 1391 ) is fixed ID….
i need something like
$sf_current_query = $searchandfilter->get( $sfid )->current_query();