twig = $twig; } public function register_hook() { add_action( 'admin_notices', array( $this, 'render_notices' ), 20 ); } public function render_notices() { echo $this->twig->get_view( Views::NOTICES ); } }