📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 21:54:56
📂
/ (Root)
/
home
/
apkbfjox
/
kattu.com.pk
/
wp-content
/
plugins
/
wp-rocket
/
inc
/
3rd-party
/
hosting
📍 /home/apkbfjox/kattu.com.pk/wp-content/plugins/wp-rocket/inc/3rd-party/hosting
🔄 Refresh
✏️
Editing: pagely.php
Writable
<?php defined( 'ABSPATH' ) || exit; /** * Call the cache server to purge the cache with Pagely hosting. * * @since 2.5.7 * * @return void */ function rocket_clean_pagely() { if ( class_exists( 'PagelyCachePurge' ) ) { $purger = new PagelyCachePurge(); $purger->purgeAll(); } } add_action( 'after_rocket_clean_domain', 'rocket_clean_pagely' );
💾 Save Changes
❌ Cancel