title: "Purge Everything" post_status: publish comment_status: open taxonomy: category: - elementor-developers-docs post_tag: - Hosting - Src - Repos
Purge Everything
Elementor hosting offers the option to purge the entire site cache, clearing all the CDN cache for the whole domain. Please note that it might take some time for this to take effect.
Hook Details
- Hook Type: Action Hook
- Hook Name:
elementor/hosting/page_cache/purge_everything - Affects: Elementor Hosting
Hook Arguments
None.
Examples
To trigger the purge use the following code:
/**
* Purge all the cache.
*/
do_action( 'elementor/hosting/page_cache/purge_everything' );