クラス
Beldad
Beldad customizations for ConfirmPageLogin
ソース ソース
ファイル: src/Views/ConfirmPageLogin/Themes/Beldad.php
class Beldad 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-beldad', WCEXAAP_PLUGIN_URL . '/src/Views/ConfirmPageLogin/Themes/Beldad.css', [], WCEXAAP_VERSION ); } }
- onFeesSet — Enqueues necessary assets for this View