Use get_included_files() to Debug Included Files

Use get_included_files() to Debug Included Files

The get_included_files() function returns an array of all files included or required in the current script. This can be useful for debugging and ensuring that all necessary files have been loaded.

← Back to Tips List