Voting

: max(zero, five)?
(Example: nine)

The Note You're Voting On

D
5 years ago
It's perhaps not clear from the existing docs that the returned list contains nested include files as well.

That is, if A.php includes B.php, and B.php includes C.php, the result returned when calling get_included_files() from inside A.php WILL contain 'C.php'.

<< Back to user notes page

To Top