Filter: jb_forms_before_render_section

apply_filters( 'jb_forms_before_render_section', $html, $section_data, $form_data ) → {string}

Filters the section content before its render.

Parameters:
Name Type Description
$html string

Default HTML before the section render start. It's

title by default.

$section_data array

Section data.

$form_data array

Frontend form data.

Since:
  • 1.0
Source:
Returns:

Custom HTML before the rendered section.

Type
string