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