/home/tywatomy/public_html/wp-content/plugins/bluehost-wordpress-plugin/inc/upgrades/3.3.3.php
<?php use NewfoldLabs\WP\Module\Performance\Cache\CachePurgingService; use NewfoldLabs\WP\Module\Performance\Cache\Types\File; // Remove the file-based caching rules from the .htaccess file File::removeRules(); // Purge the file-based cache only (do not flush Redis / object cache). ( new CachePurgingService( array( new File() ) ) )->purge_page_caches();
Anon7 — 2022 •
AnonSec Team