WC_Payment_Token_CC::set_expiry_year( string $year )

Set the expiration year for the card (YYYY format).


Description Description


Parameters Parameters

$year

(Required) Credit card expiration year.


Top ↑

Source Source

File: includes/payment-tokens/class-wc-payment-token-cc.php

	public function set_expiry_year( $year ) {
		$this->set_prop( 'expiry_year', $year );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
2.6.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.