mirror of
https://gh.wpcy.net/https://github.com/BracketSpace/WP-Admin-Reference.git
synced 2026-07-14 11:06:55 +08:00
5 lines
119 B
PHP
5 lines
119 B
PHP
<?php
|
|
|
|
/** WordPress view bootstrapper */
|
|
define( 'WP_USE_THEMES', true );
|
|
require __DIR__ . '/wp/wp-blog-header.php';
|