答案 0 :(得分:0)
因为add_filter('woocommerce_is_purchasable', array($this, 'pn_hide_add_to_cart_button'), 10, 2);
是一个数组,所以你需要允许它作为一个数组。
在:conf_string
:
BaseTablesController
请勿忘记将def base_table_params
params.require(:base_table).permit(:name, conf_string: [])
end
更新为:conF_string
。我认为你犯了打字错误