関数
ItemPage::init()
Registers hooks
戻り値 戻り値
ファイル: src/Views/ItemPage/ItemPage.php
public function init() { (new ConditionalAssetsLoader())->loadItemPageAssets([$this, 'loadEssentialAssets']); add_action('wcex_sku_select_change_sku_success_js', [$this, 'updateCurrentSku'], 10, 1); add_filter('usces_filter_item_sku_button', [$this, 'addWishlistButton'], 10, 3); }