Action Reference: geodir_update_postrating

Summary

Called after Updating post overall rating and rating count.

Package

GeoDirectory

Parameters

$post_id
(int) (required) The post ID.

Default: None

Change Log

Since: 1.0.0

1.4.3 Added `$post_id` param.

Used by

geodirectory-functions/comments_functions.php: geodir_update_postrating() [Line: 475]

Source Code

    do_action('geodir_update_postrating',$post_id);