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