LLMS_Forms::get_capability()
Retrieve the form management user capability.
Return Return
(string)
Source Source
File: includes/forms/class-llms-forms.php
public function get_capability() {
return $this->post_type_manager->capability;
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 5.0.0 | Introduced. |