create() ); $has_active_remote_service = TranslationProxy::is_current_service_active_and_authenticated(); $notification_settings = $iclTranslationManagement->settings['notification']; $tp_jobs_factory = new WPML_TP_Jobs_Collection_Factory(); $tp_jobs = $tp_jobs_factory->create(); return new WPML_TM_Overdue_Jobs_Report( $jobs_collection, $report_email_view, $has_active_remote_service, $notification_settings, $sitepress, $tp_jobs ); } }