stuart-d
1/5/2016 - 1:26 PM

Remove the search box from the header of WooThemes Storefront theme

Remove the search box from the header of WooThemes Storefront theme

function remove_sf_actions() {

	remove_action( 'storefront_header', 'storefront_product_search', 40 );

}
add_action( 'init', 'remove_sf_actions' );