woocommerce_credit_card_form_fields

woocommerce_credit_card_form_fields

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_credit_card_form_fields') is found 1 times:

  • /includes/gateways/class-wc-payment-gateway-cc.php line 80

    if ( ! $this->supports( ‘credit_card_form_cvc_on_saved_method’ ) ) {
    $default_fields[‘card-cvc-field’] = $cvc_field;
    }

    $fields = wp_parse_args( $fields, apply_filters( ‘woocommerce_credit_card_form_fields’, $default_fields, $this->id ) );
    ?>

    Share this: