I have a code of online shop on Prestashop, and I have for example content="Shop on PrestaShop" in meta-data of current page, but when I'm trying to find that String in project in Webstorm to localize which page file it is, I get nothing, so I guess it's some php magic working there. So now I have huge problem with finding proper file in order to change that String. Is it possible to check a filename and it's extension via google developer tools? I'm starting site from server, not localhost.
