Skip to content

Instantly share code, notes, and snippets.

@Shelob9
Created June 26, 2017 22:00
Show Gist options
  • Select an option

  • Save Shelob9/69fa6c5e5bb6fb95910f6539215cfd19 to your computer and use it in GitHub Desktop.

Select an option

Save Shelob9/69fa6c5e5bb6fb95910f6539215cfd19 to your computer and use it in GitHub Desktop.
Code example of how to change the Caldera Forms summary magic tag formatting See: https://calderaforms.com/doc/caldera_forms_summary_magic_pattern/
<?php
add_filter( 'caldera_forms_summary_magic_pattern', function(){
return '<span class="label">%s</span>%s<br />';
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment