LLMS_Forms::get_post_type()
Retrieve the forms post type name.
Return Return
(string)
Source Source
File: includes/forms/class-llms-forms.php
889 890 891 | public function get_post_type() { return $this ->post_type_manager->post_type; } |
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |