Automattic\WooCommerce\Internal\Admin\WCPayPromotion
DefaultPromotions::get_woopay_available_countries
Get the list of WooPay available countries.
Method of the class: DefaultPromotions{}
No Hooks.
Returns
array. The list of WooPay available countries.
Usage
$result = DefaultPromotions::get_woopay_available_countries(): array;
DefaultPromotions::get_woopay_available_countries() DefaultPromotions::get woopay available countries code WC 11.0.1
private static function get_woopay_available_countries(): array {
return array( 'US' );
}