From 662e06f2a139967feab0b324fcfd087a9fe63f31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Thomas=20Taller=C3=A5s?= Date: Fri, 14 Aug 2020 14:13:22 +0200 Subject: [PATCH] Optimize root readme with youtube example --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a166608..921e3b5 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ function setup_custom_project() { add_theme_support( 'optimize-yoast-schema' ); add_theme_support( 'post-to-article' ); add_theme_support( 'searchwp-norwegian-stopwords' ); + add_theme_support( 'youtube-embed-nocookie' ); } add_action( 'after_setup_theme', 'setup_custom_project' );