Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save paulmiller3000/4a850687d3d8593df1e170551d8df7ae to your computer and use it in GitHub Desktop.
Save paulmiller3000/4a850687d3d8593df1e170551d8df7ae to your computer and use it in GitHub Desktop.
<?php
/**
* Displays a table in the WC Settings page
*
* @link https://paulmiller3000.com
* @since 1.0.0
*
* @package P3k_Galactica
* @subpackage P3k_Galactica/admin
*
*/
$GLOBALS['hide_save_button'] = true;
?>
<h1>This is where your table would go</h1>
<?php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment