Skip to content

Instantly share code, notes, and snippets.

@patricksimpson
Created March 2, 2014 18:01
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 patricksimpson/9310721 to your computer and use it in GitHub Desktop.
Save patricksimpson/9310721 to your computer and use it in GitHub Desktop.
The 2nd part of the updated dynamic content blocks.
<?php if (OAM_isCaching('OAM_your_function_filter')){
OAM_your_function_filter();
?>
CACHE_OAM_YOUR_TAG
<?php } else {
echo OAM_your_function_filter_output();
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment