Course::total()
Method: Returns the total number of direct steps.
@package: LearnDash / Core
Source Files: src/Core/Mappers/Steps/Course.php
Method: Returns the total number of direct steps.
Method: If called, the mapper will include sections in the steps.
Course::with_sections Read More »
Method: If called, the mapper will not include sections in the steps.
Course::without_sections Read More »
Method: Gets steps for the given lessons.
Course::add_sub_steps Read More »
Method: Gets sub steps for the given step.
Course::get_sub_steps Read More »
Method: Inserts sections into steps.
Course::add_sections Read More »
Method: Maps the current model to a step.
Method: Returns the contents.
Course::get_contents Read More »
Method: Constructor.
Course::__construct Read More »
Method: Maps the steps for the given page.
Method: Gets all steps.