Skip to content

Instantly share code, notes, and snippets.

@jbma
Created October 26, 2015 14:24
Show Gist options
  • Save jbma/30e091b811371ffd10d7 to your computer and use it in GitHub Desktop.
Save jbma/30e091b811371ffd10d7 to your computer and use it in GitHub Desktop.
<?php
if ( ! wp_next_scheduled( 'rocket_clear_cache_task' ) ) {
wp_schedule_event( time(), 'twicedaily', 'rocket_clear_cache_task' );
}
add_action( 'rocket_clear_cache_task', 'rocket_clear_cache_image' );
function rocket_clear_cache_image() {
rocket_clean_files('http://www.spa-villa.de/hotel/wellness-suiten/'):
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment