/home/techb158/balacoffee.com/wp-content/plugins/wp-rocket/inc/Engine/Optimization
Edit: /home/techb158/balacoffee.com/wp-content/plugins/wp-rocket/inc/Engine/Optimization/RegexTrait.php (4373B)
.*?#is', '', $html );
if ( null === $replace ) {
return $html;
}
$replace = preg_replace( '//Uis', '', $replace );
if ( null === $replace ) {
return $html;
}
return $replace;
}
/**
* Hides scripts from the HTML to be parsed when removing CSS from it
*
* @since 3.10.2
*
* @param string $html HTML content.
*
* @return string
*/
protected function hide_scripts( $html ) {
$replace = preg_replace( '#