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