Skip to content

Instantly share code, notes, and snippets.

View crondeau's full-sized avatar

Christine Rondeau crondeau

View GitHub Profile
@crondeau
crondeau / apply filters example
Created December 29, 2016 00:22
When using ACF, it's handy to a single textfield and then get WP to apply the_content filter.
<?php echo apply_filters('the_content', get_field('name_of_your_acf') ) ; ?>