10 lines
183 B
PHP
10 lines
183 B
PHP
|
<?php
|
||
|
if ( ! defined( 'ABSPATH' ) ) {
|
||
|
exit;
|
||
|
}
|
||
|
?>
|
||
|
|
||
|
<div class="alert alert-warning">
|
||
|
<?php echo esc_html__( 'You are not allowed to access this page.', 'opalestate-pro' ); ?>
|
||
|
</div>
|