HEX
Server: LiteSpeed
System: Linux cp4.porkbun.com 5.14.0-611.20.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jan 14 06:35:04 EST 2026 x86_64
User: vxblllubpkafjsjw (1110)
PHP: 8.4.19
Disabled: NONE
Upload Files
File: /data0/brighttherapyllc.com/public_html/wp-content/plugins/fluent-smtp/app/Services/DB/wpfluent.php
<?php defined('ABSPATH') or die;


if (! function_exists('FluentSmtpDb')) {
    /**
     * @return \FluentMail\App\Services\DB\QueryBuilder\QueryBuilderHandler
     */
    function FluentSmtpDb()
    {
        static $FluentSmtpDb;

        if (! $FluentSmtpDb) {
            global $wpdb;

            $connection = new \FluentMail\App\Services\DB\Connection($wpdb, ['prefix' => $wpdb->prefix]);

            $FluentSmtpDb = new \FluentMail\App\Services\DB\QueryBuilder\QueryBuilderHandler($connection);
        }

        return $FluentSmtpDb;
    }
}