Created
June 26, 2017 22:00
-
-
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/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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