We and our partners process your personal data (such as browsing data, IP Addresses, cookie information, and other unique identifiers) based on your consent and/or our legitimate interest to optimize our website, marketing activities, and your user experience.
Try using this:
// ————————
// Remove Storefront Theme Search Placeholder
function bbloomer_storefront_search_form_modify( $html ) {
return str_replace( ‘Search …’,”, $html );
}
add_filter( ‘get_search_form’, ‘bbloomer_storefront_search_form_modify’ );