Linkcount::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/linkcount.php

	public function render_output( $form ) {
		// This does not need any output.
	}

Changelog

Changelog
Version Description
1.0.0 Introduced.