Exemplo n.º 1
0
function csr_get_overall_rating_stars($post_id = 0)
{
    return apply_filters('csr_get_overall_rating_stars', Comment_Review_Stars::get_overall_rating_stars($post_id));
}