/home/arranoyd/magicraft/wp-content/plugins/insert-headers-and-footers/views/sidebar.php
<?php
/**
* Donations Sidebar
*/
?>
<!-- Improve Your Site -->
<div class="postbox">
<h3 class="hndle">
<span><?php _e('Improve Your Site', $this->plugin->name); ?></span>
</h3>
<div class="inside">
<p>
<?php _e( 'Want to take your site to the next level? Check out our daily free WordPress tutorials on ', $this->plugin->name ); ?>
<a href="http://www.wpbeginner.com/?utm_source=wpadmin&utm_campaign=freeplugins"><?php _e( 'WPBeginner blog' ); ?></a>.
</p>
<p>
<?php _e( 'Some of our popular guides:', $this->plugin->name ); ?>
</p>
<ul>
<li><a href="http://www.wpbeginner.com/wordpress-performance-speed/?utm_source=wpadmin&utm_campaign=freeplugins" target="_blank">
<?php _e( 'Speed Up WordPress', $this->plugin->name ); ?>
</a></li>
<li><a href="http://www.wpbeginner.com/wordpress-security/?utm_source=wpadmin&utm_campaign=freeplugins" target="_blank">
<?php _e( 'Improve WordPress Security', $this->plugin->name ); ?>
</a></li>
<li><a href="http://www.wpbeginner.com/wordpress-seo/?utm_source=wpadmin&utm_campaign=freeplugins" target="_blank">
<?php _e( 'Boost Your WordPress SEO', $this->plugin->name ); ?>
</a></li>
</ul>
</div>
</div>
<!-- Donate -->
<div class="postbox">
<h3 class="hndle">
<span><?php _e( 'Our WordPress Plugins', $this->plugin->name); ?></span>
</h3>
<div class="inside">
<p>
<?php _e( 'Like this plugin? Check out our other WordPress plugins:', $this->plugin->name ); ?>
</p>
<p>
<a href="https://wordpress.org/plugins/wpforms-lite/" target="_blank">
<?php _e( 'WPForms', $this->plugin->name ); ?>
</a>
<?php _e( ' - Drag & Drop WordPress Form Builder', $this->plugin->name ); ?>
</p>
<p>
<a href="https://wordpress.org/plugins/google-analytics-for-wordpress/" target="_blank">
<?php _e( 'MonsterInsights', $this->plugin->name ); ?>
</a>
<?php _e( ' - Google Analytics Made Easy for WordPress', $this->plugin->name ); ?>
</p>
<p>
<a href="http://optinmonster.com/" target="_blank">
<?php _e( 'OptinMonster', $this->plugin->name ); ?>
</a>
<?php _e( ' - Best WordPress Lead Generation Plugin', $this->plugin->name ); ?>
</p>
</div>
</div>