Function Reference: geodir_get_commentoverall_number

Summary

Returns average overall rating of a Post. Depreciated since ver 1.3.6.

Internal

Depreciated since ver 1.3.6.

Package

GeoDirectory

Parameters

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

Default: None

Return Values

(array|bool|int|mixed|null|string)

    Change Log

    Since: 1.0.0

    Source File

    geodir_get_commentoverall_number() is located in geodirectory-functions/comments_functions.php [Line: 735]

    Source Code

    function geodir_get_commentoverall_number($post_id = 0)
    {
        return geodir_get_post_rating($post_id);
    }