- π³πΏNew Zealand quietone
The commands I used to search for classes, traits and methods to change.
git grep -i "^.*function.*module.*enable.*(" -- '*.php' git grep -i "^.*function.*theme.*enable.*(" -- '*.php' git grep -i "^.*function.*enable.*theme.*(" -- '*.php' git grep -i "^.*function.*enable.*module.*(" -- '*.php' git grep -i "^class.*enable.*module.*(" -- '*.php' git grep -i "^class.*enable.*theme.*(" -- '*.php' git grep -i "^class.*theme.*enable.*(" -- '*.php' git grep -i "^class.*module.*enable.*(" -- '*.php' git grep -i "^trait.*enable.*module.*{" -- '*.php' git grep -i "^trait.*enable.*theme.*{" -- '*.php' git grep -i "^trait.*theme.*enable.*{" -- '*.php' git grep -i "^trait.*module.*enable.*{" -- '*.php'