5 lines
73 B
PHP
5 lines
73 B
PHP
<?php
|
|
// Exit if accessed directly
|
|
if ( !defined( 'ABSPATH' ) ) exit;
|
|
|
|
?>
|