Created
April 13, 2021 09:02
-
-
Save remcotolsma/65c006013b9373dc14be4053c8cb9dac to your computer and use it in GitHub Desktop.
Quick search your project file for WordPress filters and actions.
This file contains 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
grep --recursive --include="*.php" --exclude-dir={bower_components,deploy,node_modules,vendor,wordpress,wp-content} --ignore-case "apply_filters" . | |
grep --recursive --include="*.php" --exclude-dir={bower_components,deploy,node_modules,vendor,wordpress,wp-content} --ignore-case "do_action" . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment