: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
* @deprecated @since 3.3.3
if ( ! class_exists( 'Twig_Autoloader' ) ) {
require_once dirname( __FILE__ ) . '/../embedded/Twig/twig/lib/Twig/Autoloader.php';
add_action( 'init', array( $this, 'autoload' ) );
Twig_Autoloader::register();