Description
add_action( 'template_redirect', function() { if( ! is_front_page() ) { return; } remove_action( 'storefront_page', 'storefront_page_header', 10 ); } );
Removes the page title on the front page only.
add_action( 'template_redirect', function() { if( ! is_front_page() ) { return; } remove_action( 'storefront_page', 'storefront_page_header', 10 ); } );