Viewing 3 replies - 1 through 3 (of 3 total)
  • Chad

    (@lynneandchad)

    Near the bottom of the file, there is a line of code that should look like this:

    require_once(ABSPATH . 'wp-settings.php');

    That line is the wp-settings.php inclusion referenced in the article. You just need to make sure you are adding the new line of code BEFORE this line, not after it.

    Thread Starter wxia0822

    (@wxia0822hotmailcom)

    Thanks @chad. Awesome answer!

    Chad

    (@lynneandchad)

    Any time ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘"Please note, this has to be put before wp-settings.php inclusion" – means what?’ is closed to new replies.