Extension, Module

Archived
Forum
(read-only)

CE Cache

ExpressionEngine 2, ExpressionEngine 3

Back to this add-on's main page
View Other Add-ons From Causing Effect

     

Deprecated calls to $this->EE->security->xss_clean

Support (Resolved)

litzinger
litzinger

Several of your add-ons still call $this->EE->security->xss_clean, which throw a deprecation message in the dev log. You can find and replace them with ee(‘Security/XSS’)->clean.

Causing Effect - Aaron Waldon
# 1
Developer
Causing Effect - Aaron Waldon

Hi BoldMinded!

Thank you for the feedback!

I was unable to find the old call anywhere in the latest versions of CE Cache (for EE2 or EE3).

The EE3 version of CE Image is also already using the updated call.

I did find one instance I missed in CE String for EE3. I’ll update that in the next release. Thanks!