possibly fixed ajax fetch

This commit is contained in:
2026-02-01 13:39:40 +01:00
parent 4bd996cd5c
commit 12b896e366
3 changed files with 24 additions and 25 deletions

View File

@@ -78,6 +78,7 @@ class Partnerexpo_Core_Public {
'title' => $post->post_title,
'image' => get_the_post_thumbnail_url($post->ID),
'excerpt' => $post->post_excerpt,
'modif' => $post->post_modified,
'url' => get_permalink($post),
];
}