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