Filter Reference: geodir_count_reviews_by_terms_before

Summary

Filter review count option data.

Parameters

$force_update
(bool) (required) Force update option value?. false.

Default:
$post_ID
(int) (required) The post id to update if any.

Default: None

Change Log

Since: 1.0.0

1.6.1 Added $post_ID param.

Used by

geodirectory-functions/general_functions.php: geodir_count_reviews_by_terms() [Line: 4010]

Source Code

	$option_data = apply_filters( 'geodir_count_reviews_by_terms_before', '', $force_update, $post_ID );