Add Learndash Courses List in WooCommerce Account Page

Add Learndash Courses List in WooCommerce Account Page Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 561 downloads
Add Learndash Courses List in WooCommerce Account Page Icon

Try plugin: Add Learndash Courses List in WooCommerce Account Page

We'll create fresh WordPress site with Add Learndash Courses List in WooCommerce Account Page installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Add Learndash Courses List in WooCommerce Account Page

The plugin automatically adds the Learndash Courses Lists in WooCommerce account page.

0


0


0


0


0

updated: 2 years ago
since: 2 years ago
author: Sanjeev Aryal

Description

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.