updated plugin W3 Total Cache version 2.7.1

This commit is contained in:
2024-04-19 10:59:45 +00:00
committed by Gitium
parent 9420356fcf
commit 1a790bdd29
66 changed files with 3082 additions and 2126 deletions

View File

@ -551,12 +551,17 @@ class Generic_Plugin {
'newrelic',
'cdn',
'browsercache',
'pagecache',
),
$buffer
);
$buffer = apply_filters( 'w3tc_processed_content', $buffer );
// Apply the w3tc_processed_content filter before pagecache callback.
$buffer = Util_Bus::do_ob_callbacks(
array( 'pagecache' ),
$buffer
);
}
return $buffer;