WC_Payment_Gateway::admin_options()
Output the gateway settings screen.
Description Description
Source Source
File: includes/abstracts/abstract-wc-payment-gateway.php
public function admin_options() { echo '<h2>' . esc_html( $this->get_method_title() ); wc_back_link( __( 'Return to payments', 'woocommerce' ), admin_url( 'admin.php?page=wc-settings&tab=checkout' ) ); echo '</h2>'; echo wp_kses_post( wpautop( $this->get_method_description() ) ); parent::admin_options(); }