Created
October 26, 2015 14:24
-
-
Save jbma/30e091b811371ffd10d7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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