內容簡介
這個外掛會自動將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帳戶選項卡,以便您能夠自己進行自定義。
外掛標籤
開發者團隊
② 後台搜尋「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.
