LLMS_Lesson::get_parent_section()

Get parent section id


Description Description


Return Return

(int)


Top ↑

Source Source

File: includes/models/model.llms.lesson.php

	public function get_parent_section() {
		return  absint( get_post_meta( $this->get( 'id' ), '_llms_parent_section', true ) );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.





Permalink: