Create a plugin page, but I can not activate it, that page ID specifies that I want to delete.
Then I want to create a cron so that every hour is regenerated.
Thanks
<?php
/**
* Plugin Name: WP Specify page Clear cache
* Plugin URI: https://www.web.com
* Description: Cache
* Version: 0.1
* Author: Emanuel
* Author URI: https://www.web.com
*
*/
function wpsc_delete_post_cache( $post_id ) {
$post_id = 18290;
}