Some code pointers needed
-
Greetings,
Recently I’ve started playing around with my wp installation and I’ve come across a need to force some extra cleanup of the variable that’s used to searching posts (that $_GET[“s”] sent by the search form.
Now I came across the get_search_query function which returns the value of that GET key for use, but apparently it’s used only to repopulate the search input because the search results of the original variable are still displayed (although my modified value does appear in the box).
Can someone point me to the place where the value which is actually used in the SQL query appears?
Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Some code pointers needed’ is closed to new replies.