You've already forked wp-prometheus
12 lines
141 B
PHP
12 lines
141 B
PHP
|
|
<?php
|
||
|
|
/**
|
||
|
|
* Silence is golden.
|
||
|
|
*
|
||
|
|
* @package WP_Prometheus
|
||
|
|
*/
|
||
|
|
|
||
|
|
// Prevent direct file access.
|
||
|
|
if ( ! defined( 'ABSPATH' ) ) {
|
||
|
|
exit;
|
||
|
|
}
|