Sid Gifari File Manager
🏠 Root
/
home2
/
iuywvcmy
/
public_html
/
wp-content
/
plugins
/
bluehost-wordpress-plugin
/
inc
/
upgrades
/
Editing: 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 ( new CachePurgingService( array( new File() ) ) )->purge_all();
Save
Cancel