WC_Gateway_Paypal::render_buttons_container
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() WC Gateway Paypal::render buttons container code WC 10.7.0
public function render_buttons_container() {
echo '<div id="paypal-standard-container"></div>';
}