フック
apply_filters( 'wcexaap_custom_fields_select_default_value', string $value , array $selects , string $ident , string $key , array $entry )
クイック決済ページに表示されるセレクトフィールドのカスタムフィールドのデフォルト値をフィルタリングする
パラメータ パラメータ
- $value
(文字列)
- $selects
(配列)
- $ident
(文字列)
customer
,order
,delivery
, ormember
- $key
(文字列) Custom field key
- $entry
(配列) Custom field data
- 'means'
(数値)Flag denoting the type of field (checkbox, radio, etc.) - 'name'
(文字列)Custom field display name - 'value'
(文字列)Custom field default value - 'essential'
(数値)1 if the field is required, 0 if optional
- 'means'
ファイル: src/Components/CustomFields/CustomFields.php