| @@ -16,8 +16,13 @@ | ||
| 16 | 16 | <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0,viewport-fit=cover"/> |
| 17 | 17 | <meta name="mobile-web-app-capable" content="yes"> |
| 18 | 18 | <meta name="description" content="<?php echo esc_attr($description); ?>"> |
| 19 | 19 | <link rel="icon" type="image/x-icon" href="<?php echo esc_url(get_site_icon_url()); ?>"/> |
| 20 | + <?php | |
| 21 | + $fluent_community_custom_css = apply_filters('fluent_community/error_page_custom_css', ''); | |
| 22 | + if ($fluent_community_custom_css): ?> | |
| 23 | + <style><?php echo wp_strip_all_tags($fluent_community_custom_css); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- intentional CSS output, tags stripped ?></style> | |
| 24 | + <?php endif; ?> | |
| 20 | 25 | </head> |
| 21 | 26 | <body style='font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"'> |
| 22 | 27 | <div style="display: block; width: 100%;" class="fluent_com"> |
| 23 | 28 | <div style="max-width: 600px;margin: 150px auto;border: 1px solid #e3e8ee;border-radius: 10px;" class="fcom_error_wrapper"> |