Hi all
this action:
add_action( ‘init’, ‘woa_theme_init’ );
function woa_theme_init() {
remove_action( ‘storefront_header’, ‘storefront_product_search’, 40 );
remove_action( ‘storefront_header’, ‘storefront_secondary_navigation’, 30 );
remove_action( ‘storefront_header’, ‘storefront_site_branding’, 20 );
}
does not work for me.
any idea’?
thx