Files
OTSSigns-Website/theme/index.php
Matt Batchelder 19ee98c68d init
2026-02-20 21:28:00 -05:00

15 lines
352 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;
}