Wordpress - Where is get_header('shop') file in Woocommerce templates
get_header( $name )
is a Wordpress function, that will try to load the file header-{$name}.php
from your theme's root folder. If this file doesn't exist, Wordpress will load the default header.php
file.