Highlighting_Postprocessor
in package
implements
Postprocessor
This postprocessor replaces <mark> tags with <span> tags because mark tags are not supported across all email clients
Interfaces, Classes and Traits
- Postprocessor
- Interface for postprocessors.
Table of Contents
- postprocess() : string
- Postprocess the HTML.
Methods
postprocess()
Postprocess the HTML.
public
postprocess(string $html) : string
Parameters
- $html : string
-
HTML to postprocess.