This is a comment on Plugins Directory, posted by brianko at 02/14/2024 15:35
View source for Comment 4401
Yep, all good suggestions, will implement.
File existence is checked here:
if (file_exists($fqfn))
{
return $fqfn;
}
Otherwise, it will check the next path/file until it finds a file, or it will exit with NULL.