ファイル: src/Views/ConfirmPage/ConfirmPage.php
public function loadErrorAssets() {
wp_enqueue_style(
'linepay-confirmpage-error',
WCEX_LINEPAY_PLUGIN_URL . '/src/Views/ConfirmPage/errormessage.css',
[],
WCEX_LINEPAY_VERSION
);
}
| 使用されるアイテム | 説明 |
|---|---|
| src/Views/ConfirmPage/ConfirmPage.php: ConfirmPage::onFeesSet() | Invokes functions/methods after fees are set |