関数
CartErrorPage::init()
Registers hooks
戻り値 戻り値
ファイル: src/Views/CartErrorPage/CartErrorPage.php
public function init() { $enqueue = function () { wp_enqueue_style( 'wcexaap-cart-error-page', WCEXAAP_PLUGIN_URL . '/src/Views/CartErrorPage/style.css', [], WCEXAAP_VERSION ); }; (new ConditionalAssetsLoader())->loadCartErrorPageAssets($enqueue); }