Files

12 lines
141 B
PHP
Raw Permalink Normal View History

2026-02-01 15:31:21 +01:00
<?php
/**
* Silence is golden.
*
* @package WP_Prometheus
*/
// Prevent direct file access.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}