mirror of
https://gh.wpcy.net/https://github.com/BracketSpace/WP-Admin-Reference.git
synced 2026-05-26 04:30:40 +08:00
9 lines
417 B
PHP
9 lines
417 B
PHP
<?php
|
|
/**
|
|
* Do not edit this file. Edit the config files found in the config/ dir instead.
|
|
* This file is required in the root directory so WordPress can find it.
|
|
* WP is hardcoded to look in its own directory or one directory up for wp-config.php.
|
|
*/
|
|
require_once dirname( __DIR__ ) . '/vendor/autoload.php';
|
|
require_once dirname( __DIR__ ) . '/config/application.php';
|
|
require_once ABSPATH . 'wp-settings.php';
|