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"


Top ↑

Return Return

(void)


Top ↑

Source Source

File: vendor/pelago/emogrifier/src/Emogrifier/CssInliner.php


			

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.