Skip to content

Instantly share code, notes, and snippets.

@Arifursdev
Created December 11, 2024 21:46
Show Gist options
  • Save Arifursdev/89bccada1d6336f83b05fee731c052fc to your computer and use it in GitHub Desktop.
Save Arifursdev/89bccada1d6336f83b05fee731c052fc to your computer and use it in GitHub Desktop.
default location of wp-load from theme folder
<?php
require_once( dirname( dirname( dirname( dirname( __FILE__ ) ) ) ) . '/wp-load.php' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment