eeb_form_content
Description:
Filter the email encoder form html.
Parameter | Type | Description |
---|---|---|
$form | string | The html of the encoder form. |
$labels | string | The given labels for the form. |
$powered_by_setting | bool | True if “powered by” should be shown. |
$form = apply_filters('eeb_form_content', $form, $labels, $powered_by_setting );