From 1cf2038ceb8ec26d2fb08faf5e4b4a06433ab05e Mon Sep 17 00:00:00 2001 From: Nonimart Date: Thu, 2 Oct 2025 14:28:16 +0200 Subject: [PATCH] FEATURE Handling cta --- template-parts/page-header.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/template-parts/page-header.php b/template-parts/page-header.php index 04ea30d..37c80c5 100644 --- a/template-parts/page-header.php +++ b/template-parts/page-header.php @@ -4,6 +4,7 @@ $title = $args['title']; $subtitle = $args['subtitle']; $description = $args['description']; $cover = $args['cover']; +$cta = $args['cta']; ?>