mrl22
2/27/2019 - 11:48 AM

Find all WordPress installs on server and version information

Find all WordPress installs on server and version information

find /home -name 'version.php' -path '*wp-includes/*' -exec grep -H '$wp_version =' {} \;