WC_Payment_Gateway::get_description()
Return the gateway’s description.
Description Description
Return Return
(string)
Source Source
File: includes/abstracts/abstract-wc-payment-gateway.php
public function get_description() { return apply_filters( 'woocommerce_gateway_description', $this->description, $this->id ); }