We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7684e4c commit ab2adbbCopy full SHA for ab2adbb
woocommerce/Helper.php
@@ -14,4 +14,9 @@ public static function setHomeBreadcrumb($name, $url){
14
}, 11, 1);
15
}
16
17
+ public static function addCodeToSingleProductInfo($code) {
18
+ add_action( 'woocommerce_single_product_summary', function() use($code){
19
+ echo $code;
20
+ }, 40 );
21
+ }
22
0 commit comments