From 4534fe6f39bd81a918982b93c60ffd1548702112 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 28 May 2026 17:51:05 +0200 Subject: [PATCH] FEATURE Add articles and revues to the carhop post type citation support --- mu-plugins/carhop-post-types-supports.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mu-plugins/carhop-post-types-supports.php b/mu-plugins/carhop-post-types-supports.php index 53ac215..0cc445b 100644 --- a/mu-plugins/carhop-post-types-supports.php +++ b/mu-plugins/carhop-post-types-supports.php @@ -9,6 +9,8 @@ function carhop_register_citation_support_for_post_types() { $types_with_citations = array( + 'articles', + 'revues', 'analyses-etudes', 'recherches', 'expositions',