Automatic clearing of Divi static file cache
-
Whenever I update Divi, I get script errors due to its use of a static file cache for JS and CSS files, despite caching options being disabled in the theme settings.
From what I understand, Autoptimize recreates its files when the theme is updated and triggers a page cache clearing (I use WP Fastest Cache), so I’m looking for a way to clear the Divi static file cache when Autoptimize clears it own.
The following code does this:
ET_Core_PageResource::remove_static_resources( 'all', 'all' );
Is there an action hook I can use for this?
Frank, will you consider integrating with Divi for other users’ benefit? It’s a pretty popular theme.
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Automatic clearing of Divi static file cache’ is closed to new replies.