Last active
March 3, 2021 17:40
-
-
Save twentyfortysix/59f4c2c453530d94ffddda4e9973f03b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for POST in $(wp post list --post_type=locations --post_parent=0 --format=ids); do wp post create --post_type=locations --post_parent=$POST --from-post=17717 --post_status=publish; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment