How to include WordPress functions in custom .php file?

You’re on the right track. Try this instead:

require_once("../../../../wp-load.php");

Leave a Comment