クラス
Voll
ConfirmPageLoginソース ソース
ファイル: src/Views/ConfirmPageLogin/Themes/Voll.php
class Voll extends ConfirmPageLogin
{
    /**
     * Enqueues necessary assets for this View
     *
     * @author Evan D Shaw <evandanielshaw@gmail.com>
     * @return void
     */
    public function onFeesSet() {
        parent::onFeesSet();
        wp_enqueue_style(
            'wcexaap-confirmpage-voll',
            WCEXAAP_PLUGIN_URL . '/src/Views/ConfirmPageLogin/Themes/Voll.css',
            [],
            WCEXAAP_VERSION
        );
    }
}
- onFeesSet — Enqueues necessary assets for this View