Skip to content

Instantly share code, notes, and snippets.

@Shelob9
Last active February 18, 2017 21:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Shelob9/9cd2840a71646e09454adab888734d3b to your computer and use it in GitHub Desktop.
Save Shelob9/9cd2840a71646e09454adab888734d3b to your computer and use it in GitHub Desktop.
A filter to cause Caldera Forms styles to enqueue early and therefore load in the header. This is not needed when using the Caldera Forms shortcode in post content. https://calderaforms.com/doc/caldera_forms_force_enqueue_styles_early/
<?php
add_filter( 'caldera_forms_force_enqueue_styles_early', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment