WC_Integration::get_method_title()
Return the title for admin screens.
Description Description
Return Return
(string)
Source Source
File: includes/abstracts/abstract-wc-integration.php
public function get_method_title() { return apply_filters( 'woocommerce_integration_title', $this->method_title, $this ); }