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?