Skip to content

Instantly share code, notes, and snippets.

@trepmal
Created July 16, 2014 21:59
Show Gist options
  • Save trepmal/e19fdbec2fbb47b12fab to your computer and use it in GitHub Desktop.
Save trepmal/e19fdbec2fbb47b12fab to your computer and use it in GitHub Desktop.
wp media regenerate: only featured images of sticky posts
# regen only featured images of sticky posts
wp media regenerate $(wp eval 'foreach( wp_parse_id_list( get_option("sticky_posts") ) 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