Filter Reference: geodir_create_list_jsondata

Summary

Filter the json data for search listing map.

Parameters

$post->marker_json
(string) (required) JSON representation of the post marker info.

Default: None
$post
(object) (required) The post object.

Default: None

Change Log

Since: 1.5.7

Used by

geodirectory-widgets/listing_map_widget.php: create_list_jsondata() [Line: 48]

Source Code

        $list_map_json[] = apply_filters('geodir_create_list_jsondata',$post->marker_json,$post);