I have a client who has a live WordPress site.
I logged into their FTP and it’s hard to tell what directory it is actually installed.
How can I verify through WordPress interface in what directory it is located in?
I have a client who has a live WordPress site.
I logged into their FTP and it’s hard to tell what directory it is actually installed.
How can I verify through WordPress interface in what directory it is located in?
Quick and dirty: Go to the theme editor and echo ABSPATH
in a comment of header.php
.