Filter Reference: geodir_home_map_listing_select

Summary

Filter the SQL SELECT clause to retrive fields data

Parameters

$sql_select
(string) (required) Row of SQL SELECT clause.

Default: None

Change Log

Since: 1.0.0

Used by

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

Source Code

	$select = apply_filters('geodir_home_map_listing_select', $sql_select);