get_included_files()
to Debug Included Filesget_included_files()
to Debug Included FilesThe 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.