8 lines
108 B
PHP
8 lines
108 B
PHP
<?php
|
|
|
|
if ( ! defined( 'ABSPATH' ) ) {
|
|
exit;
|
|
} // Exit if accessed directly.
|
|
|
|
/* Nothing to see here... */
|