Function Reference: geodir_payment_cart_button_text
Summary
This function has not been documented yet.
Source Code
function geodir_payment_cart_button_text( $text, $payment_method = '' ) {
if ( $payment_method == 'paypal' ) {
$text = __( 'Proceed to PayPal', 'geodir_payments' );
}
return $text;
}