簡體   English   中英

WooCommerce 如何獲取我的賬戶物品清單?

[英]WooCommerce how to get the list of my account items?

我正在嘗試獲取 WooCommerce 我的帳戶下的所有菜單項,但它僅返回默認項。

這個 function wc_get_account_menu_items()返回array(6) { ["orders"]=> string(6) "orders" ["downloads"]=> string(9) "downloads" ["edit-address"]=> string(12) "edit-address" ["payment-methods"]=> string(15) "payment-methods" ["edit-account"]=> string(12) "edit-account" ["customer-logout"]=> string(15) "customer-logout" }

但這沒有訂閱或約會菜單。

我相信這些是通過woocommerce_account_menu_items過濾器添加的。 但是我怎樣才能獲得帶有鏈接的當前菜單的當前列表?

echo '<pre>wc_get_account_menu_items:-';
print_r( wc_get_account_menu_items());
echo '</pre>';

它打印所有菜單。

在此處輸入圖像描述

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM