Action Reference: geodir_after_marker_post_process

Summary

Called after marker data is processed into JSON.

Description

Called after marker data is processed into JSON, this action can be used to change the format or add/remove markers.

Parameters

$content_data
(array) (required) The array containing all markers in JSON format.

Default: None
$catinfo
(object) (required) The posts object containing all marker data.

Default: None

See

‘geodir_before_marker_post_process’

Change Log

Since: 1.4.9

Used by

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

Source Code

    do_action('geodir_after_marker_post_process', $content_data, $catinfo);