I migrated from smarty v3.1.29 to v3.1.33 and my registered plugins stopped working. Why?
I used this syntax:
$this -> registerPlugin ( "function", "tpl_func", "php_func" );
The behaviour goes wrong only with php 7.0. With php 7.3.14 it still works fine.