関数
CustomerPage::loadAssets()
Loads CSS and JS assets for customer page
戻り値 戻り値
ファイル: src/Views/CustomerPage/CustomerPage.php
public function loadAssets() { $semantic = new Semantic(); $semantic->loadCheckboxCss(); $semantic->loadMessageCss(); $semantic->loadSemanticJS(); wp_enqueue_style( 'wcexaap-dlseller-login', WCEXAAP_PLUGIN_URL . '/src/Views/CustomerPage/style.css', [], WCEXAAP_VERSION ); wp_enqueue_script( 'wcexaap-dlseller-login', WCEXAAP_PLUGIN_URL . '/dist/customerPage.js', [Semantic::JS_SLUG], WCEXAAP_VERSION, false ); }