Action Reference: geodir_after_review_rating_stars_on_detail

Summary

This is called after the rating html in the function geodir_detail_page_review_rating().

Description

This is called inside the check for an actual rating and the check for preview page.

Parameters

$post_avgratings
(float) (required) Average rating for the current post.

Default: None
$post->ID
(int) (required) Current post ID.

Default: None

Change Log

Since: 1.0.0

Used by

geodirectory_hooks_actions.php: geodir_detail_page_review_rating() [Line: 1157]

Source Code

        do_action('geodir_after_review_rating_stars_on_detail', $post_avgratings, $post->ID);