admin-toolbar-mode.php
1 year ago
api-route-mode.php
1 year ago
backend-menu-mode.php
1 year ago
content-access-form.php
1 year ago
content-service-tips.php
1 year ago
default-subject-tab.php
1 year ago
jwt-login-url.php
1 year ago
loading-content.php
1 year ago
login-form.php
1 year ago
multisite-sync-notification.php
1 year ago
post-list.php
1 year ago
visitor-subject-tab.php
1 year ago
loading-content.php
10 lines
| 1 | <?php /** @version 7.0.0 */ ?> |
| 2 | |
| 3 | <?php if (defined('AAM_KEY')) { ?> |
| 4 | <p class="alert alert-info text-larger text-center" id="aam-initial-load"> |
| 5 | <?php echo AAM_Backend_View_Helper::preparePhrase( |
| 6 | '[Loading AAM UI...] Please wait. If the content does not load within 30 seconds, try clearing your browser cache and reloading the page. If the issue persists, it may be a server-side error. Check your PHP error log and contact us immediately.', |
| 7 | 'strong' |
| 8 | ); ?> |
| 9 | </p> |
| 10 | <?php } |