Skip to main content

Which accounts installed WordPress

Comments

4 comments

  • AthensMatt
    I went through them manually, but if anyone has a faster way for future reference please share. Thanks!
    0
  • ffeingol
    Assuming you have not disabled mlocate you should be able to run: locate wp-config.php wp-config.php is the WordPress configuration file. The locate command will give you all the 'places' where the file is located, so you'll get /home/XXX/public_html/blah where "XXX" is the cPanel account. You can then get the list of domains from the cPanel account. It may not be the fastest or 100% accurate (there is a random chance that someone calls a file wp-config.php that is not WordPress) but it should be pretty quick/accurate.
    0
  • cPanelLauren
    IF your users install WordPress with the cpaddons site software the interface at WHM>>cPanel>>Manage cPAddons Site Software will list these.
    0
  • kamm
    Pretty late to the party, but I use: find /home -type d -name 'wp-includes'
    0

Please sign in to leave a comment.