関数
CustomFields::init()
戻り値 戻り値
ファイル: src/Components/CustomFields/CustomFields.php
public function init() {
if (method_exists($this->templateObject, 'init')) {
$this->templateObject->init();
}
add_action('wcexaap_custom_' . $this->ident . '_hidden_fields', [$this, 'hiddenRegFieldsHtml']);
}