Returns the form frontend submission handler.
Description
See also
Return
(awsmug\Torro_Forms\DB_Objects\Forms\Form_Frontend_Submission_Handler) Frontend submission handler instance.
Source
File: src/db-objects/forms/form-manager.php
public function frontend_submission_handler() { return $this->frontend_submission_handler; }
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |