Skip to content

Instantly share code, notes, and snippets.

@kstover
Created September 21, 2013 18:19
Show Gist options
  • Save kstover/6652871 to your computer and use it in GitHub Desktop.
Save kstover/6652871 to your computer and use it in GitHub Desktop.
function test_product() {
$NF_Extension_Updater = new NF_Extension_Updater( 'Test Product', '1.0' );
}
add_action( 'admin_init', 'test_product' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment