From 2e044fe3836bdd92e4934955a7b34d62b52e3b31 Mon Sep 17 00:00:00 2001 From: codepuncher Date: Sun, 21 Jan 2024 16:50:11 +0000 Subject: [PATCH] fix: readme layout issue --- README.md | 1 + src/PostMetaImport.php | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 2670099..e1e1286 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ Does not support terms. ] **SAMPLE CSV** + url,my_meta_field,_yoast_wpseo_title,_yoast_wpseo_metadesc,_yoast_wpseo_canonical https://example.com/sample-page,My new value!,My new SEO title,My new SEO description,https://example.co.uk/sample-page https://example.com/hello-world,My new value!,My new SEO title,,https://example.co.uk/foo-bar diff --git a/src/PostMetaImport.php b/src/PostMetaImport.php index dca9580..ce701b9 100644 --- a/src/PostMetaImport.php +++ b/src/PostMetaImport.php @@ -69,6 +69,7 @@ class PostMetaImport extends WP_CLI_Command * ] * * ## SAMPLE CSV + * * url,my_meta_field,_yoast_wpseo_title,_yoast_wpseo_metadesc,_yoast_wpseo_canonical * https://example.com/sample-page,My new value!,My new SEO title,My new SEO description,https://example.co.uk/sample-page * https://example.com/hello-world,My new value!,My new SEO title,,https://example.co.uk/foo-bar