We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 47dd40d + 00ebb97 commit af416dbCopy full SHA for af416db
1 file changed
includes/src/Traits/Ac/ObUtils.php
@@ -220,6 +220,7 @@ public function maybeStartOutputBuffering()
220
221
$this->version_salt = $this->applyFilters(get_class($this).'__version_salt', $this->version_salt);
222
$this->version_salt = $this->applyFilters(MEGAOPTIM_RAPID_CACHE_GLOBAL_NS.'_version_salt', $this->version_salt);
223
+ $this->version_salt = $this->applyWpFilters(MEGAOPTIM_RAPID_CACHE_GLOBAL_NS.'_version_salt', $this->version_salt);
224
225
$this->cache_path = $this->buildCachePath($this->protocol.$this->host_token.$_SERVER['REQUEST_URI'], '', $this->version_salt);
226
$this->cache_file = RAPID_CACHE_DIR.'/'.$this->cache_path; // Not considering a user cache. That's done in the postload phase.
0 commit comments