prestarocket-agence / classic-rocket

Classic Rocket is a rework of "classic theme". It has been built keeping in mind : performance, accessibility and SEO.
https://demoprestashop.prestarocket.com/
Other
230 stars 127 forks source link

Fix smarty deprecation stripslashes #316

Open lmeyer1 opened 1 year ago

lmeyer1 commented 1 year ago

Since Prestashop 8.0.4 and PHP 8.0, there is a user deprecation notice about

 User Deprecated: Using php-function "stripslashes" as a modifier is deprecated and will be removed in a future release. 
 Use Smarty::registerPlugin to explicitly register a custom modifier.

This PR is fixing it. https://github.com/PrestaShop/PrestaShop/issues/32703