Skip to content

Instantly share code, notes, and snippets.

@plugin-republic
Created February 29, 2024 14:32
Show Gist options
  • Save plugin-republic/92c7e6e27f27cab49d7fe907c187bd03 to your computer and use it in GitHub Desktop.
Save plugin-republic/92c7e6e27f27cab49d7fe907c187bd03 to your computer and use it in GitHub Desktop.
<?php
/**
* Bypass all transients
*/
add_filter( 'pewc_disable_all_transients', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment