output_storefront_button() public static method

Handles the outputting of a contextually aware Storefront link (points to child themes if Storefront is already active).
public static output_storefront_button ( )
if (!defined('ABSPATH')) {
    exit;
}
?>
<div class="wrap woocommerce wc_addons_wrap">
	<div class="icon32 icon32-posts-product" id="icon-woocommerce"><br /></div>
	<h1>
		<?php 
_e('WooCommerce Add-ons/Extensions', 'woocommerce');
?>
		<a href="https://www.woothemes.com/product-category/woocommerce-extensions/" class="add-new-h2"><?php 
_e('Browse all extensions', 'woocommerce');
?>
</a>
		<?php 
WC_Admin_Addons::output_storefront_button();
?>
	</h1>
	<?php 
if ($sections) {
    ?>
		<ul class="subsubsub">
			<?php 
    foreach ($sections as $section_id => $section) {
        ?>
				<li><a class="<?php 
        echo $current_section === $section_id ? 'current' : '';
        ?>
" href="<?php 
        echo admin_url('admin.php?page=wc-addons&section=' . esc_attr($section_id));
        ?>