Skip to content

Instantly share code, notes, and snippets.

@jrtashjian
Last active January 16, 2019 18:36
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 jrtashjian/289a5bf4f1470de15625e133e6eff0f7 to your computer and use it in GitHub Desktop.
Save jrtashjian/289a5bf4f1470de15625e133e6eff0f7 to your computer and use it in GitHub Desktop.
Filter: curatewp_section_cache_time
<?php
add_filter( 'curatewp_section_cache_time', function() {
// Change the cache time to hourly.
return HOUR_IN_SECONDS;
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment