Skip to content

Instantly share code, notes, and snippets.

@greenhornet79
Created October 13, 2015 13:24
Show Gist options
  • Save greenhornet79/1b17d33dba8ed453b0d6 to your computer and use it in GitHub Desktop.
Save greenhornet79/1b17d33dba8ed453b0d6 to your computer and use it in GitHub Desktop.
<?php
// create top level admin menu
add_action('admin_menu', 'endo_stock_report_admin_menu');
function endo_stock_report_admin_menu() {
add_menu_page('Stock Report Export', 'Stock Report Export', 10, 'endo_stock_report', 'endo_admin_stock_report_page');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment