function telefon_zurunlu_yap( $address_fields ) {
    $address_fields['billing_phone']['required'] = true;
    return $address_fields;
}

add_filter( 'woocommerce_billing_fields', 'telefon_zurunlu_yap', 10, 1 );
functions.php ye ekleyin.