Filter Reference: geodir_home_map_listing_groupby

Summary

Filter the SQL GROUP BY clause to retrive map markers data.

Parameters

$groupby
(string) (required) Row of SQL GROUP BY clause.

Default: None

Change Log

Since: 1.5.7

Used by

geodirectory-functions/map-functions/get_markers.php: get_markers() [Line: 341]

Source Code

	$groupby = apply_filters('geodir_home_map_listing_groupby', $groupby);