Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Hiding content (e.g., ) conditionally if search has been performed › Reply To: Hiding content (e.g., ) conditionally if search has been performed
July 25, 2023 at 12:26 pm
#44805
Keymaster
In that case you need the front-end hooks. You want to make modifications on the client side, so you can use those, they trigger on specific search events and then you can do whatever action you need to do via javascript.