Home › Forums › Support › Navigation Bar Search Icon › Reply To: Navigation Bar Search Icon
May 1, 2016 at 1:47 pm
#190846
Excuse me, Tom, I must be added it:
add_filter('generate_search_placeholder','generate_custom_search_placeholder');
function generate_custom_search_placeholder()
{
return 'Enter your search term here';
}
using the plugin and? Or who?
-
This reply was modified 7 years, 5 months ago by
Tom.