info@praxas.com
add_shortcode( ‘currency_phone_number’, ‘currency_based_phone_number_shortcode’ ); function currency_based_phone_number_shortcode() { $current_currency = apply_filters( ‘wcml_client_currency’, NULL );
if ( $current_currency === ‘EUR’ ) { return ‘+31 76 50 40 268‘; } elseif ( $current_currency === ‘GBP’ ) { return ‘+44 1722 695305‘; }
return ”; // Return nothing if other currencies }
0 prodotto trovato