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.
Return Return
(string)
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();
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 5.9.0 | Pass an empty string to strpos() instead of null. |
| 5.0.0 | Introduced. |