Skip to content

Instantly share code, notes, and snippets.

@craigiswayne
Last active October 17, 2017 10:17
Show Gist options
  • Select an option

  • Save craigiswayne/cabcd793b2c72b432d43fd5ae32c4d6a to your computer and use it in GitHub Desktop.

Select an option

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