Skip to content

Commit

Permalink
fix: readme layout issue
Browse files Browse the repository at this point in the history
  • Loading branch information
codepuncher committed Jan 21, 2024
1 parent 8342210 commit 2e044fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions src/PostMetaImport.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e044fe

Please sign in to comment.