Skip to main content

Additional content

Allows adding custom content before the field element's closing tag. Useful for adding markup, styles, etc.

add_filter('es_forms_block_checkboxes_additional_content', function(): string {
return '<custom-string>';
})