From f2b7e6f27833c4410f3443eef19f16e33f31e1e7 Mon Sep 17 00:00:00 2001 From: Vasil Kolev Date: Wed, 28 Sep 2022 13:52:29 +0300 Subject: [PATCH] 2022: new fb preview --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 6107297..a740f54 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/2020/wp-content/themes/initfest/img/2021_fb_preview.jpg"); + $og_image = esc_url("https://www.openfest.org/2022/wp-content/themes/initfest/img/2022_fb_preview.jpg"); unset( $tags['og:image'] ); $tags['og:image'] = $og_image;