From 95486afc27e6c37a109757dd6365c4d2669f85c8 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 17 Jul 2024 11:51:16 +0200 Subject: [PATCH] redirection webinaire single to video url --- single-videos-webinaires.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 single-videos-webinaires.php diff --git a/single-videos-webinaires.php b/single-videos-webinaires.php new file mode 100644 index 0000000..6cfbd7b --- /dev/null +++ b/single-videos-webinaires.php @@ -0,0 +1,14 @@ +set_404(); + status_header(404); + get_template_part(404); + exit(); +}