modifier is deprecated

Hi,
I have been getting this messages in my website `Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /home/and1234/domains/andalusia2u.com/public_html/libraries/joomla/filter/input.php on line 652’. How do i delete this? How do I delete this? Thanks.

Your PHP version was updated. You need to replace preg_replace() with preg_replace_callback

Sponsor our Newsletter | Privacy Policy | Terms of Service