?>
							</p>
							<br>
							<a href="<?php 
    echo MOLONGUI_AUTHORSHIP_WEB;
    ?>
" class="button button-primary" target="_blank">
								<?php 
    _e('Send feedback', MOLONGUI_AUTHORSHIP_TEXT_DOMAIN);
    ?>
							</a>
						<?php 
}
?>
					</td>
				</tr>
				</tbody>
			</table>
		</li>
	</ul>

	<?php 
// Show upsells
Plugin_Upsell::output('all', 'all', 36, null);
// Show credits
echo '<p>';
printf(__('Molongui is a trademark of %1$s Amitzy%2$s.', MOLONGUI_AUTHORSHIP_TEXT_DOMAIN), '<a href="http://www.amitzy.com" target="_blank">', '</a>');
echo '</p>';
?>

</div>
<?php

use Molongui\Authorship\Includes\Plugin_Upsell;
/**
 * Sidebar
 *
 * Shows a sidebar with upsells in the settings page.
 *
 * @author     Amitzy
 * @package    Molongui_Authorship
 * @subpackage Molongui_Authorship/admin/views
 * @since      1.0.0
 * @version    1.0.0
 */
// Deny direct access to this file
if (!defined('ABSPATH')) {
    exit;
}
?>

<div class="sidebar">
	<div class="upsells">
		<?php 
Plugin_Upsell::output('featured', 2, 36, null);
?>
	</div>
</div>