How can I include WordPress functions in a custom .php file?
In detail: I have a directory under my theme (Constructor) named reports. These contain
You're on the right track. Try this instead:
require_once("../../../../wp-load.php");