Files
sportspress/includes/admin/views/html-notice-no-access.php

9 lines
199 B
PHP

<?php
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
}
?>
<div id="message" class="error">
<p><?php _e( 'You are not allowed to edit this item.', 'sportspress' ); ?></p>
</div>