Skip to content

Commit 2e60252

Browse files
committed
remove deprecated function
1 parent bca8cef commit 2e60252

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

inc/core.php

-5
Original file line numberDiff line numberDiff line change
@@ -831,11 +831,6 @@ function jeo_get_map_center($map_id = false) {
831831
return $jeo->get_map_center($map_id);
832832
}
833833

834-
function jeo_get_mapbox_image($map_id = false, $width = 200, $height = 200, $lat = false, $lng = false, $zoom = false) {
835-
global $jeo;
836-
return $jeo->get_mapbox_image($map_id, $width, $height, $lat, $lng, $zoom);
837-
}
838-
839834
function jeo_get_map_zoom($map_id = false) {
840835
global $jeo;
841836
return $jeo->get_map_zoom($map_id);

0 commit comments

Comments
 (0)