apply_filters( 'mc_cached_pages_to_refresh', $to_refresh, $action, $data, $event_id, $result ) → {array}
Filter URLS that should be refreshed in caches.
Parameters:
Name | Type | Description |
---|---|---|
$to_refresh |
array | Array of post IDs to clear cache on. |
$action |
string | My Calendar action executing. |
$data |
array | Data passed from event. |
$event_id |
int | Event ID. |
$result |
int | Result of calendar database query. |
- Source:
Returns:
- Type
- array