Skip to content

Instantly share code, notes, and snippets.

@mir4a
Created October 14, 2013 04:08
Show Gist options
  • Save mir4a/6970611 to your computer and use it in GitHub Desktop.
Save mir4a/6970611 to your computer and use it in GitHub Desktop.
Publish all draft courses
UPDATE `wp_posts`
SET `wp_posts`.`post_status` = 'publish'
WHERE `wp_posts`.`post_type` = 'course'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment