Action Reference: geodir_map_after_render

Summary

Action that runs after all the map code has been output;

Parameters

$geodir_map_options
(array) (required) Array of map settings.

Default: None
$map_canvas_name
(string) (required) The canvas name and ID for the map.

Default: None

Change Log

Since: 1.5.3

Used by

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

Source Code

        do_action('geodir_map_after_render',$geodir_map_options,$map_canvas_name);