Gets the submission export slug.
Description
See also
Return
(string) Submission export slug.
Source
File: src/components/submission-export.php
public function get_slug() { return $this->slug; }
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |