Opal-Estate-Pro/templates/parts/not-allowed.php

10 lines
183 B
PHP
Raw Normal View History

2019-09-10 06:27:33 +02:00
<?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>