Filter Reference: geodir_home_map_listing_join

Summary

Filter the SQL JOIN clause for the markers data

Parameters

$join
(string) (required) Row of SQL JOIN clause to join table.

Default: None

Change Log

Since: 1.0.0

Used by

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

Source Code

	$join = apply_filters('geodir_home_map_listing_join', $join);