Snippets Collections
function add_prefix_to_prices($price) {
    // قم بتحديد الكلمة أو التاج الذي تريد إضافته
    $prefix = '<div class=div_p>ajax</div>';

    // قم بإرجاع السعر مع الكلمة أو التاج
    return $prefix . $price;
}

add_filter('woocommerce_get_price_html', 'add_prefix_to_prices');
add_filter('woocommerce_cart_item_price', 'add_prefix_to_prices');
add_filter('woocommerce_cart_item_subtotal', 'add_prefix_to_prices');
star

Sat Dec 23 2023 13:49:53 GMT+0000 (Coordinated Universal Time)

#بهار #جو #لد

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension