ben-g
8/2/2017 - 7:18 PM

ACF Custom CSS Field

ACF Custom CSS Field

		<?php if (get_field('custom_css')): ?>
			<style><?php the_field('custom_css'); ?></style>
		<?php endif; ?>