Created
December 11, 2024 21:46
-
-
Save Arifursdev/89bccada1d6336f83b05fee731c052fc to your computer and use it in GitHub Desktop.
default location of wp-load from theme folder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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