Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End include_once issue Reply To: include_once issue

#144124
chrisburton
Participant

You need to set the correct file path. That’s why you’re getting those errors.

I’m don’t recall WordPress’s structure so it could be something like:

<?php include_once(‘../pluginfile.php’); ?>

or

<?php include_once(‘../../pluginfile.php’); ?>