Opal-Estate-Pro/templates/user/error.php
2020-02-29 13:30:32 +07:00

5 lines
287 B
PHP

<div class="opalestate-user-dashboard-error">
<h4><?php esc_html_e( 'You need a higher level of permission or this page is denied with your user role.', 'opalestate-pro' ) ?></h4>
<p><?php esc_html_e( 'Sorry, you are not allowed to this page.', 'opalestate-pro' ); ?></p>
</div>