Filter Reference: geodir_loc_term_count

Summary

Filter the terms count by location.

Parameters

$terms_count
(array) (required) Array of term count row.

Default: None
$terms
(array) (required) Array of terms.

Default: None

Change Log

Since: 1.3.4

Used by

geodir_location_manager/geodir_count_functions.php: gd_get_terms() [Line: 348]

Source Code

		$term_count = apply_filters( 'geodir_loc_term_count', $term_count, $arr );