added shortcode for posts update

This commit is contained in:
lenovo
2022-11-14 10:49:39 +01:00
parent dfd3dc607d
commit 49daf21ae6
8 changed files with 72 additions and 37 deletions

View File

@@ -11,6 +11,7 @@ function mp_coord_already_exist(&$coordinates, &$locations) {
function mp_sort_n_insert(&$event, &$locations) {
$coordinates = $event->location->coordinates;
mp_console_log("1");
if ($coordinates == null)
return;