From 40b6ea19e18ab097182789b560c7b420c7477064 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 17 Jan 2024 16:40:57 +0100 Subject: [PATCH] passing custom paper-button class --- template-publications.php | 1 + 1 file changed, 1 insertion(+) diff --git a/template-publications.php b/template-publications.php index 20eb4d2..0cd3a78 100644 --- a/template-publications.php +++ b/template-publications.php @@ -98,6 +98,7 @@ $total_posts_found = $brochuresPosts->found_posts + $fichesInfosPosts->found_pos "title" => $receivePrintedPublicationsDatas['cta_title'] ?? null, "url" => $receivePrintedPublicationsDatas['cta_document']['url'] ?? null, "target" => "_blank", + "custom-class" => "paper-button", ), )); ?>