How can I return the pathname from the current file, only 2 directories up?
So if I my current file URL is returning theme/includes/functions.php
How can I return "theme/"
Currently I am using
return dirname(__FILE__)
|
|
Should return 2 directories up for the current file. |
|||||||
|
|
Even simpler than
which works from php 5.3 on. |
||||
|
|