Old and deprecated.
This snippet is used for caching fragments of PHP output in WordPress. As seen on CSS-Tricks.
<?php fragment_cache('my_block_tag', DAY_IN_SECONDS, function() { ?>
[...]
<?php } ?>Apache2
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Old and deprecated.
This snippet is used for caching fragments of PHP output in WordPress. As seen on CSS-Tricks.
<?php fragment_cache('my_block_tag', DAY_IN_SECONDS, function() { ?>
[...]
<?php } ?>Apache2