Filter Reference: geodir_create_marker_jason_of_posts

Summary

Filter the json data when creating output for post json marker.

Description

.

Parameters

$post_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-functions/map-functions/map_functions.php: create_marker_jason_of_posts() [Line: 107]

Source Code

        $post_map_json = apply_filters('geodir_create_marker_jason_of_posts',$post_json, $post);