Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
Back to Ticket #6938
Ticket #6938
: wp-load.php
File wp-load.php,
166 bytes
(added by ryan,
4 years
ago)
Sample wp-content/wp-load.php
Line
1
<?php
2
3
// Change PATH_TO_WP if you relocate your content directory using WP_CONTENT_DIR
4
define
(
'PATH_TO_WP'
,
'..'
);
5
6
require_once
(
PATH_TO_WP
.
'/wp-load.php'
);
7
8
?>
Download in other formats:
Original Format