Skip to content

Instantly share code, notes, and snippets.

@Tabrisrp
Created November 8, 2018 13:30
Show Gist options
  • Save Tabrisrp/74d942492cbd45599e4ed20e46263dd8 to your computer and use it in GitHub Desktop.
Save Tabrisrp/74d942492cbd45599e4ed20e46263dd8 to your computer and use it in GitHub Desktop.
Serve mobile cache files to tablet
add_filter( 'rocket_cache_mobile_files_tablet', function( $version ) {
return 'mobile';
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment