uawdijnntqw1x1x1
IP : 216.73.216.109
Hostname : premium160.web-hosting.com
Kernel : Linux premium160.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
batcwwjx
/
www
/
wp-content
/
plugins
/
wp-smushit
/
core
/
integrations
/
class-wp-rocket-integration.php
/
/
<?php namespace Smush\Core\Integrations; use Smush\Core\Controller; class WP_Rocket_Integration extends Controller { public function __construct() { $this->register_action( 'wp_smush_post_cache_flush_required', array( $this, 'clear_post_cache' ) ); $this->register_action( 'wp_smush_home_cache_flush_required', array( $this, 'clear_home_cache' ) ); } public function clear_post_cache( $post_id ) { if ( function_exists( 'rocket_clean_post' ) ) { rocket_clean_post( $post_id ); } } public function clear_home_cache() { if ( function_exists( 'rocket_clean_home' ) ) { rocket_clean_home(); } } }
/home/batcwwjx/www/wp-content/plugins/wp-smushit/core/integrations/class-wp-rocket-integration.php