LLMS_REST_Sections_Controller::get_parent_id()

Get parent id.


Return Return

(int|null) Course parent id. Null if not set.


Top ↑

Source Source

File: libraries/lifterlms-rest/includes/server/class-llms-rest-sections-controller.php

	public function get_parent_id() {
		return isset( $this->parent_id ) ? $this->parent_id : null;
	}

Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0-beta.1 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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