标签: wordpress woocommerce-rest-api
大家好我每个人都有一个用wordpress和Integrated Chargebee Wordpress插件开发的网站。现在我想列出所有订阅用户ID 我已经使用此代码通过userid检索所有详细信息
$current_user = wp_get_current_user(); require 'ChargeBee.php'; $retrieve_result = ChargeBee_Subscription::retrieve($current_user->ID);