GB-M SCALA RETRATTILE MOTORIZZATA
}
add_action( 'woocommerce_single_product_summary', 'tutsplus_excerpt_in_product_archives', 21 );
function tutsplus_excerpt_in_product_archives() {
the_excerpt();
?>
}
add_filter('the_excerpt', 'diwp_remove_shortcode_from_excerpt');
// Remove Shortcodes from excerpt
function diwp_remove_shortcode_from_excerpt($content) {
$content = strip_shortcodes( $content );
return $content;
}
add_action('woocommerce_after_single_product_summary','woocommerce_optional_products', 11);
function woocommerce_optional_products () {
?>