# fluent-community/2.10.01/app/Views/email/Default/_paragraph.php

FluentCommunity – Ultra-Fast High-Performance Social Network, Community, LMS &amp; Online Courses, version 2.10.01. 4 lines.

- Page: https://pluginprobe.com/plugins/fluent-community/2.10.01/code/app/Views/email/Default/_paragraph.php
- Raw: https://pluginprobe.com/plugins/fluent-community/2.10.01/raw/app/Views/email/Default/_paragraph.php
- Modified: 2026-07-24T13:35:06+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/fluent-community/2.10.01/code/app/Views/email/Default/_paragraph.php#L10-L20`.

```php
<?php if ( ! defined( 'ABSPATH' ) ) { exit;} // Exit if accessed directly ?>
<?php /** @var string $content */ $fluentCommunityContent = $content ?? ''; ?>
<p style="font-family: Arial, sans-serif; font-size: 16px; font-weight: normal; margin: 0; margin-bottom: 16px;"><?php echo wp_kses_post($fluentCommunityContent); ?></p>

```
