diff --git a/inc/structure/hooks.php b/inc/structure/hooks.php index cfb3b7413..53b0e8b67 100644 --- a/inc/structure/hooks.php +++ b/inc/structure/hooks.php @@ -22,12 +22,10 @@ /** * Header - * @see storefront_social_icons() * @see storefront_secondary_navigation() * @see storefront_site_branding() * @see storefront_primary_navigation() */ -add_action( 'storefront_header', 'storefront_social_icons', 10 ); add_action( 'storefront_header', 'storefront_site_branding', 20 ); add_action( 'storefront_header', 'storefront_secondary_navigation', 30 ); add_action( 'storefront_header', 'storefront_primary_navigation', 50 );