Skip to content

Instantly share code, notes, and snippets.

@greenhornet79
Created October 13, 2015 13:25
Show Gist options
  • Save greenhornet79/f4cd63f3d6353daa096b to your computer and use it in GitHub Desktop.
Save greenhornet79/f4cd63f3d6353daa096b to your computer and use it in GitHub Desktop.
<?php
function endo_admin_stock_report_page() {
?>
<div class="wrap">
<h2>Stock Report Export to CSV</h2>
<p>Click export below to generate a stock report of the products on this site.</p>
<form method="post" id="export-form" action="">
<?php submit_button('Export Stock Report', 'primary', 'download_csv' ); ?>
</form>
</div>
<?php
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment