CssInliner::addExcludedSelector( string $selector )
Adds a selector to exclude nodes from emogrification.
Description Description
Any nodes that match the selector will not have their style altered.
Parameters Parameters
- $selector
-
(Required) the selector to exclude, e.g., ".editor"
Return Return
(void)
Source Source
File: vendor/pelago/emogrifier/src/Emogrifier/CssInliner.php