File "footer-base.html.php"

Full path: /home/webcknlt/admissiontell.com/wp-content/plugins/publishpress-authors/src/views/footer-base.html.php
File size: 1.95 B
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor &nnbsp; Back

<?php 
$rating_star = '';
$rating_star .= '<span class="dashicons dashicons-star-filled"></span><span class="dashicons dashicons-star-filled"></span>';
$rating_star .= '<span class="dashicons dashicons-star-filled"></span><span class="dashicons dashicons-star-filled"></span>';
$rating_star .= '<span class="dashicons dashicons-star-filled"></span>';
?>
<br style="clear: both;">
<footer>
    <div class="ppma-rating">
        <a
            href="//wordpress.org/support/plugin/<?php echo esc_attr($context['plugin_slug']); ?>/reviews/#new-post"
            target="_blank"
            rel="noopener noreferrer">
            <?php printf(esc_html__('If you like %1$s please leave us a %2$s rating. Thank you!', 'publishpress-authors'), '<strong>'. $context['plugin_name'] .'</strong>', $rating_star); ?>
        </a>
    </div>
    <hr>
    <nav>
        <ul>
            <li>
                <a href="//publishpress.com/authors/" target="_blank" rel="noopener noreferrer" title="About <?php echo esc_attr($context['plugin_name']); ?>"><?php esc_html_e('About', 'publishpress-authors'); ?></a>
            </li>
            <li>
                <a href="//publishpress.com/knowledge-base/authors-getting-started/" target="_blank"
                   rel="noopener noreferrer"
                   title="Documentation"><?php esc_html_e('Documentation', 'publishpress-authors'); ?></a>
            </li>
            <li>
                <a href="//publishpress.com/publishpress-support/" target="_blank" rel="noopener noreferrer"
                   title="Contact the PublishPress team"><?php esc_html_e('Contact', 'publishpress-authors'); ?></a>
            </li>
        </ul>
    </nav>
    <div class="ppma-pressshack-logo">
        <a href="//publishpress.com" target="_blank" rel="noopener noreferrer">
            <img src="<?php echo esc_attr($context['plugin_url']); ?>src/assets/img/publishpress-logo.png">
        </a>
    </div>
</footer>
</div>