Skip to content

Instantly share code, notes, and snippets.

@claudiosanches
Created November 29, 2012 00:09
Show Gist options
  • Save claudiosanches/4165747 to your computer and use it in GitHub Desktop.
Save claudiosanches/4165747 to your computer and use it in GitHub Desktop.
Print table view
/**
* Print table view.
*/
function cs_show_table_in_description() {
global $wcCreditCardInterestTable;
echo $wcCreditCardInterestTable->print_view();
}
add_action( 'woocommerce_single_product_summary', 'cs_show_table_in_description', 15 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment