関数
RegisterWithAmazon::init()
戻り値 戻り値
ファイル: src/Components/RegisterWithAmazon/RegisterWithAmazon.php
19 20 21 22 23 24 25 26 27 | public function init() { add_action( 'wp_enqueue_scripts' , function () { // styles $semantic = new Semantic(); $semantic ->loadCheckboxCss(); $semantic ->loadFormCss(); $semantic ->loadSemanticJS(); }); } |