Clearing cache with WPML
-
I am trying to: Clear all WP-Super-Cache files from the admin while using wpml.org
I visited this URL: /wp-admin/index.php?action=delcachepage&path=%2Fwordpress%2Fwp-admin%2Findex.php&_wpnonce=76a304b1ef
I expected to see: all the multilingual domains’ cache files deleted from ABSPATH /wp-content/cache/supercache/
Instead, I got: only the files for the ‘home’ URL were deleted. See admin_bar_delete_page in wp-cache.php. It asks for get_supercache_dir() which calls get_option( ‘home’ ). I am hoping for WP-Super-Cache to check for all hosts associated to the current installation and clear those too. See option icl_sitepress_settings, key ‘language_domains’.
A similar ticket was just logged with WPML. You guys could coordinate on the best way to approach this.
- The topic ‘Clearing cache with WPML’ is closed to new replies.