Opal-Estate-Pro/templates/parts/not-allowed.php
2019-09-10 11:27:33 +07:00

10 lines
183 B
PHP
Executable File

<?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>