add_action( 'wp_head', 'my_wp_custom_css', 200 );
function my_wp_custom_css() {
echo '<link rel="stylesheet" href="' . get_template_directory_uri() . '/spon.css"/>';
}
update_post_meta( $product->get_id(), $price_index, $_REQUEST[ $price_index ] );