Skip to content

Instantly share code, notes, and snippets.

@xavierlopez
Last active November 15, 2021 07:21
Show Gist options
  • Save xavierlopez/4db7bc8a24c11eeeefdf744ebfc0fffb to your computer and use it in GitHub Desktop.
Save xavierlopez/4db7bc8a24c11eeeefdf744ebfc0fffb to your computer and use it in GitHub Desktop.
How to get related course from product (LearnDash WooCommerce integration)
//Here we get an array of related LearnDash courses related to a WC_Product
$courses_id = get_post_meta( $product->get_id(), '_related_course',true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment