Opal-Estate-Pro/templates/user/error.php

5 lines
287 B
PHP
Raw Normal View History

2020-02-29 07:30:32 +01:00
<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>