Skip to content

Instantly share code, notes, and snippets.

@craigiswayne
Last active October 17, 2017 10:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save craigiswayne/cabcd793b2c72b432d43fd5ae32c4d6a to your computer and use it in GitHub Desktop.
Save craigiswayne/cabcd793b2c72b432d43fd5ae32c4d6a to your computer and use it in GitHub Desktop.
Find all woo_options used in directory files
grep -R -E "(?:woo_options\['(.*)'\])" ./ --include='*.php' -ohw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment