/home/techb158/balacoffee.com/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes
Edit: /home/techb158/balacoffee.com/wp-content/plugins/wp-rocket/inc/ThirdParty/Themes/Xstore.php (811B)
'exclude_inline_content' ];
}
/**
* Excludes the contents with patterns from being processed by RUCSS
*
* @param array $patterns Array of patterns to preserve.
*
* @return array
*/
public function exclude_inline_content( $patterns ): array {
$patterns[] = '.slider-';
$patterns[] = '.slider-item-';
return $patterns;
}
}