This commit is contained in:
IGNY8 VPS (Salman)
2026-01-10 07:04:24 +00:00
parent be2c190eca
commit ceee9ba34d
8 changed files with 269 additions and 75 deletions

View File

@@ -46,6 +46,7 @@ $status = get_post_status();
$featured_image_id = get_post_thumbnail_id();
$in_article_images = igny8_get_in_article_images(get_the_ID());
$featured_image_prompt = igny8_get_featured_image_prompt(get_the_ID());
$featured_image_caption = igny8_get_featured_image_caption(get_the_ID());
// Parse content into sections
$content = get_the_content();