Skip to content

Instantly share code, notes, and snippets.

@keefyhub
Created October 12, 2017 15:34
Show Gist options
  • Select an option

  • Save keefyhub/1f3899b6031c478217f6b38518643799 to your computer and use it in GitHub Desktop.

Select an option

Save keefyhub/1f3899b6031c478217f6b38518643799 to your computer and use it in GitHub Desktop.
UPDATE `wp_posts` SET post_author={{NEW_AUTHOR_ID}} WHERE `post_author` = {{OLD_AUTHOR_ID}} AND `post_type` = '{{POST_TYPE}}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment