: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
use WPML\Core\Twig_Environment;
* @author OnTheGo Systems
class WPML_Twig_Template implements IWPML_Template_Service {
* WPML_Twig_Template constructor.
* @param Twig_Environment $twig
public function __construct( Twig_Environment $twig ) {
public function show( $model, $template ) {
return $this->twig->render( $template, $model );