From e2ea6b866f0884bfc4daf8cfab0eff86b966719b Mon Sep 17 00:00:00 2001 From: Iliyan Georgiev Date: Thu, 7 Sep 2023 20:28:40 +0300 Subject: [PATCH] 2023: new fb preview --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index a740f54..f0a9142 100644 --- a/functions.php +++ b/functions.php @@ -10,7 +10,7 @@ add_filter( 'the_excerpt', 'do_shortcode'); // OpenGraph image for FB/Twitter // TODO: less hacky solution function og_image( $tags ) { - $og_image = esc_url("https://www.openfest.org/2022/wp-content/themes/initfest/img/2022_fb_preview.jpg"); + $og_image = esc_url("https://www.openfest.org/2023/wp-content/uploads/sites/27/2023/09/2023_fb_preview.jpg"); unset( $tags['og:image'] ); $tags['og:image'] = $og_image;