I have an online store code on Prestashop, and I have, for example, content = "Shop on PrestaShop" in the metadata of the current page, but when I try to find this line in a project in Webstorm to localize the page file, I don’t I get it.
So, I think some kind of PHP magic works there. So now I have a huge problem finding the right file to change this line. Can I verify the file name and its extension using the Google developer tools? I start the site from the server, not from localhost.
source
share