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