| @@ -8,12 +8,12 @@ | ||
| 8 | 8 | * - Inline styles only — Gmail / Outlook / Apple Mail strip / partially |
| 9 | 9 | * support <style> blocks. Anything that must render reliably is inline. |
| 10 | 10 | * - Tables for outer layout — most reliable across clients (especially |
| 11 | 11 | * older Outlook versions). |
| 12 | - * - The `additional_css` block (Pro-only) is injected as a <style> tag so | |
| 13 | - * advanced agencies can theme without us re-engineering inline rules | |
| 14 | - * every time. The PRD calls out that CSS support varies — that's their | |
| 15 | - * risk to take. | |
| 12 | + * - The header logo, logo link, header background, intro, footer, extra CSS | |
| 13 | + * and dashboard link are slots filled through the | |
| 14 | + * `thinkrank_email_report_payload` filter. Extra CSS goes into a <style> | |
| 15 | + * tag; CSS support varies across email clients. | |
| 16 | 16 | * |
| 17 | 17 | * @var array $payload |
| 18 | 18 | * |
| 19 | 19 | * @package ThinkRank |