Additional content
Allows adding custom content before the field element's closing tag. Useful for adding markup, styles, etc.
add_filter('es_forms_block_country_additional_content', function(): string {
return '<custom-string>';
})
Allows adding custom content before the field element's closing tag. Useful for adding markup, styles, etc.
add_filter('es_forms_block_country_additional_content', function(): string {
return '<custom-string>';
})