Function Reference: geodir_term_review_count_force_update_single_post

Summary

This function has not been documented yet.

Source File

geodir_term_review_count_force_update_single_post() is located in geodirectory-functions/general_functions.php [Line: 4128]

Source Code

function geodir_term_review_count_force_update_single_post( $post_id ) {
	geodir_count_reviews_by_terms( true, $post_id );
}