Created
June 3, 2021 22:17
-
-
Save wormeyman/cf90117648da8839f79d40214de1b2b3 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
wp media regenerate $(wp eval 'foreach (get_posts(array("posts_per_page" => -1 )) as $id) { echo get_post_thumbnail_id($id) . " "; };' ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment