<?php /** @version 7.0.0 **/ ?>

<?php if (defined('AAM_KEY')) { ?>
    <div class="row">
        <div class="col-xs-12">
            <p class="aam-notification">
                <?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>'); ?>
            </p>
        </div>
    </div>
<?php }