最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

ajax - Can't update WooCommerce payment method title

programmeradmin1浏览0评论

Trying to update the WooCommerce payment method as part of an AJAX call. I'm currently running this line;

function ajax_payUsingVCAccount(){
    update_post_meta( esc_attr( $_POST['order_id'] ), 'payment_method_title', 'commission' );
    die();
}

But the payment title doesn't update the POST variable does contain the correct order_id.

When I dump out the payment title afterwards it's just an empty string.

发布评论

评论列表(0)

  1. 暂无评论