Skip to content

Instantly share code, notes, and snippets.

@thomasplevy
Created July 27, 2016 18:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thomasplevy/251dbbb56f428f67003ba8fcdd6a2974 to your computer and use it in GitHub Desktop.
Save thomasplevy/251dbbb56f428f67003ba8fcdd6a2974 to your computer and use it in GitHub Desktop.
<?php
$lesson = new LLMS_Lesson( get_the_ID() );
$section = new LLMS_Section( $lesson->get_parent_section() );
echo get_the_title( $section->id );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment