LLMS_Forms::get_post_type()

Retrieve the forms post type name.


Return Return

(string)


Top ↑

Source Source

File: includes/forms/class-llms-forms.php

	public function get_post_type() {
		return $this->post_type_manager->post_type;
	}


Top ↑

Changelog Changelog

Changelog
Version Description
5.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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