10 lines
149 B
PHP
Executable file
10 lines
149 B
PHP
Executable file
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
/**
|
|
* WordPress View Bootstrapper.
|
|
*/
|
|
define('WP_USE_THEMES', true);
|
|
|
|
require __DIR__ . '/wp/wp-blog-header.php';
|