Protector::render_output( awsmug\Torro_Forms\DB_Objects\Forms\Form $form )

Renders the output for the protector before the Submit button.

Description

See also

Parameters

$form

(awsmug\Torro_Forms\DB_Objects\Forms\Form) (Required) Form object.

Source

File: src/modules/protectors/protector.php

	public abstract function render_output( $form );

Changelog

Changelog
Version Description
1.0.0 Introduced.