30 lines
1.3 KiB
PHP
30 lines
1.3 KiB
PHP
<?php
|
|
/**
|
|
* @package Restrict User Access
|
|
* @author Joachim Jensen <joachim@dev.institute>
|
|
* @license GPLv3
|
|
* @copyright 2020 by Joachim Jensen
|
|
*/
|
|
|
|
$rua_fs = rua_fs();
|
|
|
|
?>
|
|
<img class="wpca-pull-right" style="border-radius:5px;"
|
|
src="<?php echo $rua_fs->get_local_icon_url(); ?>" width="48"
|
|
height="48" />
|
|
<ul>
|
|
<li><a href="https://dev.institute/docs/restrict-user-access/getting-started/?utm_source=plugin&utm_medium=referral&utm_content=info-box&utm_campaign=rua"
|
|
target="_blank"><?php _e('Getting Started', 'restrict-user-access'); ?></a>
|
|
</li>
|
|
<li><a href="https://dev.institute/docs/restrict-user-access/?utm_source=plugin&utm_medium=referral&utm_content=info-box&utm_campaign=rua"
|
|
target="_blank"><?php _e('Documentation & FAQ', 'restrict-user-access'); ?></a>
|
|
</li>
|
|
<!--<li><a href="<?php echo esc_url($rua_fs->contact_url('feature_request')); ?>"><?php _e('Feedback & Feature Requests', 'restrict-user-access'); ?></a>
|
|
</li>-->
|
|
<li><a href="https://wordpress.org/support/plugin/restrict-user-access/" target="_blank"><?php _e('Support Forums', 'restrict-user-access'); ?></a>
|
|
</li>
|
|
|
|
<li><a class="button button-primary"
|
|
href="<?php echo esc_url($rua_fs->addon_url('')); ?>"><?php _e('Stellar Add-Ons', 'restrict-user-access'); ?></a>
|
|
</li>
|
|
</ul>
|