I'm trying to integrate a rating option into my buddypress comments form. I have GD Star Rating added as a working plugin, but I want users/visitors to be able to enter their own review to the post via the comments field. To do this I need to add the following code to the comments form...
wp_gdsr_comment_integrate_standard_rating();
OR
wp_gdsr_new_comment_review()
But i'm not finding where to put this code. I've looked at the functions.php but it is not clear where I would put this