X7ROOT File Manager
Current Path:
/home/katmhsmi/public_html/wp-content/plugins/fluent-smtp/app/Services/DB
home
/
katmhsmi
/
public_html
/
wp-content
/
plugins
/
fluent-smtp
/
app
/
Services
/
DB
/
📁
..
📄
AliasFacade.php
(1016 B)
📄
Connection.php
(3.54 KB)
📄
EventHandler.php
(2.52 KB)
📄
Exception.php
(85 B)
📄
LICENSE
(1.05 KB)
📁
QueryBuilder
📁
Viocon
📄
wpfluent.php
(554 B)
Editing: 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; } }
Upload File
Create Folder