parse($string, $data); }, 10, 2); add_filter('fluent_support/dashboard_notice', function ($messages) { if(defined('FLUENTSUPPORTPRO_PLUGIN_VERSION') && version_compare(FLUENT_SUPPORT_PRO_MIN_VERSION, FLUENTSUPPORTPRO_PLUGIN_VERSION, '>')) { $updateUrl = admin_url('plugins.php?s=fluent-support-pro&plugin_status=all&fluentsupport_pro_check_update=' . time()); $html = '
⚠️

Fluent Support Pro Plugin needs to be updated for compatibility.

'; $messages .= $html; } return $messages; }, 100); add_filter('fluent_support/mail_to_customer_header', function ($headers, $data){ return (new \FluentSupport\App\Hooks\Handlers\EmailNotificationHandler())->getMailerHeaderWithCc($headers, $data); }, 10, 2);