I have a function:
wp_gdsr_blog_rating()
And when I print_r it it outputs this:
stdClass Object ( [count] => 20 [rating] => 3.7 [bayes_rating] => 3.7 [max_rating] => 5 [percentage] => 74 [voters] => 71 [votes] => 260.0 )
How do I grab and print only [voters] value?
try