15 lines
350 B
PHP
15 lines
350 B
PHP
<?php
|
|
/**
|
|
* Fallback template - required by WordPress for all themes.
|
|
*
|
|
* In a Full Site Editing (block) theme the actual rendering is handled
|
|
* by the HTML templates in /templates/ and /parts/. This file exists
|
|
* solely to satisfy WordPress' theme validation requirement.
|
|
*
|
|
* @package OTS_Theme
|
|
*/
|
|
|
|
if ( ! defined( 'ABSPATH' ) ) {
|
|
exit;
|
|
}
|