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?
You must be logged in to post a comment.
Quick and dirty: Go to the theme editor and echo
ABSPATH
in a comment ofheader.php
.Use the plugin Debug Objects and you get all informations about the install.
Is there a lot of wordpress sites or no? If no then just look at the files that have all the wp- prefixes. If yes then ask the client what directory is the domain pointing to. I do not think there is a way to tell this through wordpress itself