Skip to content

Instantly share code, notes, and snippets.

@rashmimalpande
Last active September 25, 2017 06:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rashmimalpande/8829faa71f434ccc7f3eb406f193c6bc to your computer and use it in GitHub Desktop.
Save rashmimalpande/8829faa71f434ccc7f3eb406f193c6bc to your computer and use it in GitHub Desktop.
public function __construct() {
add_action( 'woocommerce_single_product_summary', array( &$this, 'add_custom_html' ), 15 );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment