Skip to main content

Additional content

This filter allows to add custom content before the closing tag of the field element. Can be useful for additional markup, styles, etc.

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