WC_Payment_Gateway::set_current()

Set as current gateway.


Description Description

Set this as the current gateway.


Source Source

File: includes/abstracts/abstract-wc-payment-gateway.php

	public function set_current() {
		$this->chosen = true;
	}

Top ↑

User Contributed Notes User Contributed Notes

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