好的,我一直在使用自定义支付网关来支持多种货币来测试我的运气。到目前为止,我很幸运,但是现在我对如何为init_form_fields()
This是我在管理面板上看到的内容,下面是表单字段中的代码:
$int.'_icon'=> array(
'title' => 'Icon',
'type' => 'file',
'description' => 'This will show beside the payment gateway.',
'allow' => array( 'url', 'attachment' ),
'desc_tip' => true,
),
我在表格中是否缺少阵列的其他wordpress / woocommerce信息?
本质上,我按保存更改,没有任何内容上传。