Skip to content

Instantly share code, notes, and snippets.

@jbma
Created August 6, 2015 13:15
Show Gist options
  • Save jbma/468822e9eeff7d819ace to your computer and use it in GitHub Desktop.
Save jbma/468822e9eeff7d819ace to your computer and use it in GitHub Desktop.
<?php
add_action( 'wp_rocket_loaded', 'no_purge' );
function no_purge() {
remove_action( 'user_register' , 'rocket_clean_domain', 10 );
remove_action( 'profile_update' , 'rocket_clean_domain' );
etc...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment