Created
October 14, 2013 04:08
-
-
Save mir4a/6970611 to your computer and use it in GitHub Desktop.
Publish all draft courses
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
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