WC_Meta_Box_Order_Notes类不返回数据

时间:2017-02-03 15:56:13

标签: php wordpress woocommerce woocommerce-rest-api

使用Woocommerce API,我正在调用类并通过以下语法显示获取的数据:

$data= new class( id );
print_r($data);

除了这个之外,一切都按预期显示:

WC_Meta_Box_Order_Notes()

我通过这种语法调用它:

$notes = new WC_Meta_Box_Order_Notes( $order_id);
print_r($notes);

但它只显示为空:

WC_Meta_Box_Order_Notes Object ( )

我缺少什么?enter image description here

0 个答案:

没有答案