Skip to content

Instantly share code, notes, and snippets.

@gmutschler
Created August 8, 2014 16:03
Show Gist options
  • Save gmutschler/e6779e7f8fee19e8fcea to your computer and use it in GitHub Desktop.
Save gmutschler/e6779e7f8fee19e8fcea to your computer and use it in GitHub Desktop.
File to include at the top of a script in order to access wordpress core variable and functions (Path relative from "theme_folder/inc")
<?php require_once('../../../../wp-load.php'); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment