Files
OTSSigns-Website/theme/index.php

15 lines
350 B
PHP
Raw Normal View History

2026-02-20 21:28:00 -05:00
<?php
/**
* Fallback template - required by WordPress for all themes.
2026-02-20 21:28:00 -05:00
*
* 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;
}