WC_Gateway_Paypal::render_buttons_containerpublicWC 10.3.0

Builds the PayPal payment fields area.

Method of the class: WC_Gateway_Paypal{}

No Hooks.

Returns

null. Nothing (null).

Usage

$WC_Gateway_Paypal = new WC_Gateway_Paypal();
$WC_Gateway_Paypal->render_buttons_container();

Changelog

Since 10.3.0 Introduced.

WC_Gateway_Paypal::render_buttons_container() code WC 10.7.0

public function render_buttons_container() {
	echo '<div id="paypal-standard-container"></div>';
}