admin_options() public method

Output the admin options table.
public admin_options ( )
 /**
  * Output the gateway settings screen.
  */
 public function admin_options()
 {
     echo '<h2>' . esc_html($this->get_method_title()) . '</h2>';
     echo wp_kses_post(wpautop($this->get_method_description()));
     parent::admin_options();
 }