Gets the export admin action name.
Description
See also
Return
(string) Action name.
Source
File: src/components/submission-export-handler.php
public function get_export_action_name() { return $this->nonce_action; }
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |