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
content-service-tips.php
11 lines
| 1 | <?php /** @version 7.0.0 **/ ?> |
| 2 | |
| 3 | <?php if (defined('AAM_KEY')) { ?> |
| 4 | <div class="row"> |
| 5 | <div class="col-xs-12"> |
| 6 | <p class="aam-notification"> |
| 7 | <?php echo sprintf(AAM_Backend_View_Helper::preparePhrase('Unlock full control over your content! Upgrade to our %s[premium add-on]%s and manage access to your posts, pages, custom post types, taxonomies, terms, or entire post types for any role, user, or visitor. Discover the benefits — read our %s"About Posts & Terms Service"%s article to learn more.', 'b'), '<a href="https://aamportal.com/premium?ref=plugin" target="_blank">', '</a>', '<a href="https://aamportal.com/article/about-posts-and-terms-service?ref=plugin" target="_blank">', '</a>'); ?> |
| 8 | </p> |
| 9 | </div> |
| 10 | </div> |
| 11 | <?php } |