Filter Reference: geodir_exclude_post_type_on_map_{$map_canvas_name}

Summary

Filter the post types to exclude to display data on map.

Parameters

Array
(array) (required) of post types to exclude to display data on map.

Default: None

Change Log

Since: 1.0.0

Used by

geodirectory-functions/map-functions/map_template_tags.php: geodir_draw_map() [Line: 170]

Source Code

	$exclude_post_types = apply_filters("geodir_exclude_post_type_on_map_{$map_canvas_name}", get_option('geodir_exclude_post_type_on_map'));