WC_Payment_Gateway::get_pay_button_id()

Return the gateway’s pay button ID.


Description Description


Return Return

(string)


Top ↑

Source Source

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

	public function get_pay_button_id() {
		return sanitize_html_class( $this->pay_button_id );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.9.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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