Source: frontend-display.php

<?php
// Prevent direct access
if (!defined('ABSPATH')) {
    exit;
}
// This file is currently empty, as homepage display logic is handled in includes/frontend/shortcodes.php.
// Add custom frontend display logic here if needed in the future.