Origin commit
This commit is contained in:
9
templates/parts/not-allowed.php
Executable file
9
templates/parts/not-allowed.php
Executable file
@@ -0,0 +1,9 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user