title = $title; $this->css_class = $css_class; } /** * Presents the score icon. * * @return string The score icon. */ public function present() { return \sprintf( '', \esc_attr( $this->title ), \esc_html( $this->title ), \esc_attr( $this->css_class ) ); } }