LLMS_Forms::render_field_block( string $html, array $block )

Render form field blocks.


Parameters Parameters

$html

(string) (Required) Block HTML.

$block

(array) (Required) Array of block information.


Top ↑

Return Return

(string)


Top ↑

Source Source

File: includes/forms/class-llms-forms.php

	 *
	 * @access private
	 *
	 * @return string
	 */
	public static function __return_string(): string {// phpcs:ignore -- PHPCompatibility.FunctionNameRestrictions.ReservedFunctionNames.MethodDoubleUnderscore.
		return '1';
	}
}

return LLMS_Forms::instance();

Top ↑

Changelog Changelog

Changelog
Version Description
5.9.0 Pass an empty string to strpos() instead of null.
5.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.