Function __global->newsletter_is_html
Definitions
sources/newsletter.php
- Find if a newsletter is HTML.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: bool
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$message | ?string | Null | N/A | N/A | Newsletter message after wrapping applied (null: just look at wrapper on its own) |
Return
- Whether it is
- Type: boolean
- Set: N/A
- Range: N/A