WooCommerceの代表的なテーマであるstorefrontの構造を解説します。
Contents
Storefrontの構造
ヘッダー
メインファイル:header.php
Storefrontのアクションフック&アクションフィルター一覧
ヘッダー
タイプ | フック名 | デフォルトで指定されている関数名 | 優先 | 内容 |
action | storefront_before_site | 空 | <body>タグ後に動作 | |
action | storefront_before_header | 空 | <header>タグの前に動作 | |
action | storefront_header | storefront_skip_links | ||
action | storefront_header | storefront_social_icons | ||
action | storefront_header | storefront_site_branding | ||
action | storefront_header | storefront_secondary_navigation | ||
action | storefront_header | storefront_product_search | ||
action | storefront_header | storefront_primary_navigation_wrapper | ||
action | storefront_header | storefront_primary_navigation | ||
action | storefront_header | storefront_header_cart | ||
action | storefront_header | storefront_primary_navigation_wrapper_close | ||
action | storefront_before_content | storefront_header_widget_region | ||
action | storefront_content_top | woocommerce_breadcrumb |