protected function Html2Text::pregPreCallback in Swift Mailer 7
Callback function for preg_replace_callback use in PRE content handler.
Parameters
array $matches PREG matches:
Return value
string
File
- includes/
classes/ Html2Text.inc, line 548
Class
Code
protected function pregPreCallback($matches) {
return $this->preContent;
}