woocommerce_get_credit_card_type_label

woocommerce_get_credit_card_type_label

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_get_credit_card_type_label') is found 1 times:

  • /includes/wc-core-functions.php line 1547
    			'jcb'              => _x( 'JCB', 'Name of credit card', 'woocommerce' ),
    		)
    	);
    
    	return apply_filters( 'woocommerce_get_credit_card_type_label', ( array_key_exists( $type, $labels ) ? $labels[ $type ] : ucfirst( $type ) ) );
    }
    
    /**
     * Outputs a "back" link so admin screens can easily jump back a page.
     *
     * @param string $label Title of the page to return to.