If you’d like to include the average rating value in your theme templates — in the comments.php template, for example — you may use the following code as an example:
if ( method_exists( 'WpssoRarComment', 'get_average_rating' ) ) { echo WpssoRarComment::get_average_rating( get_the_ID() ); }