پرش به محتوا
  • ورود
  • نام‌نویسی
WordPress.org

فارسی

  • پوسته‌ها
  • افزونه‌ها
  • اخبار
  • پشتیبانی
  • درباره
  • همکاری در ترجمه
  • واژه‌نامه فارسی
  • تیم ترجمه فارسی
  • رویدادها
  • Get WordPress
Get WordPress

افزونه‌ها

  • علاقه‌مندی‌های من
  • تست بتا
  • توسعه‌دهندگان
دانلود

Add Learndash Courses List in WooCommerce Account Page

توسط Sanjeev Aryal
  • جزئیات
  • بررسی‌ها
  • توسعه
پشتیبانی

توضیحات

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.

بررسی‌ها

بررسی‌ای برای این افزونه یافت نشد.

توسعه دهندگان و همکاران

“Add Learndash Courses List in WooCommerce Account Page” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان
  • Sanjeev Aryal

ترجمه “Add Learndash Courses List in WooCommerce Account Page” به زبان شما.

علاقه‌ مند به توسعه هستید؟

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

اطلاعات

  • نگارش: 1.0.0
  • آخرین بروزرسانی: 4 ماه پیش
  • نصب‌های فعال: 10+
  • نسخه وردپرس: 5.0 یا بالاتر
  • آزمایش‌شده تا: 6.0.3
  • نسخه PHP: 5.6 یا بالاتر
  • زبان:
    English (US)
  • برچسب‌ها:
    accountcourseslearndashprofilewoocommerce
  • نمایش پیشرفته

ارزیابی‌ها

این افزونه هنوز ارزیابی نشده است.

برای ارسال بررسی وارد شوید.

مشارکت کنندگان

  • Sanjeev Aryal

پشتیبانی

چیزی برای گفتن دارید؟ نیاز به کمک دارید؟

مشاهده انجمن پشتیبانی

  • About
  • News
  • Hosting
  • Donate
  • Swag
  • Documentation
  • Developers
  • Get Involved
  • Learn
  • Showcase
  • Plugins
  • Themes
  • Patterns
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Privacy
  • Public Code
WordPress.org
WordPress.org

فارسی

  • Visit our Facebook page
  • Visit our Twitter account
  • Visit our Instagram account
  • Visit our LinkedIn account
کد شعر است.