How to Set Is_Search to True
-
I have a custom search and the plugin search meter, which stores the search keywords. However it won’t work with my custom search.
In the plugin is a if statement that looks if there was a search done:
if (is_search) {
…code
}For some reason the outcome is not true. Is there anyway to set this manually to true?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to Set Is_Search to True’ is closed to new replies.