plugins - How can I find related learndash course id from woocommerce product object?

admin2025-01-07  3

I have woocommerce integrated with LearnDash. Now I am trying to get the selected course (related course) from the woocommerce product object or any other way (by woocommerce product id). There must be a way as buying the product unlocks the course. Just cannot find it.

Could anyone help?

I have woocommerce integrated with LearnDash. Now I am trying to get the selected course (related course) from the woocommerce product object or any other way (by woocommerce product id). There must be a way as buying the product unlocks the course. Just cannot find it.

Could anyone help?

Share Improve this question asked Sep 16, 2020 at 17:43 Nayan ChowdhuryNayan Chowdhury 33 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

I have found the answer. It is for anyone who might find it helpful:

get_post_meta(ID, '_related_course', true);

Here ID will be the WooCommerce Product ID. It will output the course id in array. Just need to extract the ID from there.

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1736265032a1012.html

最新回复(0)