[WordPress] 外掛分享: Add Learndash Courses List in WooCommerce Account Page

首頁外掛目錄 › Add Learndash Courses List in WooCommerce Account Page
20+
安裝啟用
尚無評分
1276 天前
最後更新
問題解決
WordPress 5.0+ PHP 5.6+ v1.0.0 上架:2022-09-19

內容簡介

這個外掛會自動將Learndash課程列表添加到WooCommerce帳戶頁面中。

我想在WooCommerce帳戶頁面中添加Learndash個人資料。

add_filter( 'wc_learndash_account_tab_content', static function() {
return '[ld_profile]';
});

我想在WooCommerce帳戶頁面中添加Learndash課程積分。

add_filter( 'wc_learndash_account_tab_content', static function() {
return '[ld_user_course_points]';
});

或者添加任何Learndash shortcode。

下一步是什麼?

閱讀添加任何新的WooCommerce帳戶選項卡,以便您能夠自己進行自定義。

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.0.0) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Add Learndash Courses List in WooCommerce Account Page」→ 直接安裝(推薦)

原文外掛簡介

The plugin automatically adds the Learndash Courses Lists in WooCommerce account page.
I want to add Learndash profile in WooCommerce account page.
add_filter( 'wc_learndash_account_tab_content', static function() {
return '[ld_profile]';
});

I want to add Learndash courses points in WooCommerce account page.
add_filter( 'wc_learndash_account_tab_content', static function() {
return '[ld_user_course_points]';
});

or add any learndash shortcode.
What’s next?
Learn adding any new WooCommerce account tab so that you’ll be able to do your customization yourself.

延伸相關外掛

文章
Filter
Apply Filters
Mastodon