Skip to content

Instantly share code, notes, and snippets.

@lukecav
Created June 13, 2022 14:42
Show Gist options
  • Save lukecav/de5ca40bb709448d421a750da6020404 to your computer and use it in GitHub Desktop.
Save lukecav/de5ca40bb709448d421a750da6020404 to your computer and use it in GitHub Desktop.
Remove cached by comment in WP-Optimize plugin
add_filter('wpo_cache_show_cached_by_comment', '__return_false');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment