I have a problem with a file that apparently is being included twice when I want it to be included once.
I searched all my files and couldn’t find a place in which I am not calling it with include_once("file_name")
Is there a way to print or output in any way which file calls this file?
It could be an included file that calls this file, so I need to know the file name, not the page name that calls this file.