- This topic has 3 replies, 2 voices, and was last updated 7 years 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 › Function that returns the SFID
Hi,
I’m looking for a function that returns the sfids used on my post archive. I have more than one S&F form (one in the header and two in my archive template) and I want to know their id’s
On my localhost this works, but just returns one id.
$sfid = $wp_query->query_vars[‘sfid’];
Any help will be appreciated!