Skip to content

Instantly share code, notes, and snippets.

@ryanhs
Created April 30, 2015 02:36
Show Gist options
  • Save ryanhs/3e5c85f996e8233285e6 to your computer and use it in GitHub Desktop.
Save ryanhs/3e5c85f996e8233285e6 to your computer and use it in GitHub Desktop.
wp check version
find . -name 'version.php' -path '*wp-includes/*' -print -exec grep '$wp_version =' {} \; -exec echo '' \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment