Created
November 29, 2012 00:09
-
-
Save claudiosanches/4165747 to your computer and use it in GitHub Desktop.
Print table view
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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