WC_Integration::get_method_title()publicWC 1.0

Return the title for admin screens.

Method of the class: WC_Integration{}

Hooks from the method

Return

String.

Usage

$WC_Integration = new WC_Integration();
$WC_Integration->get_method_title();

WC_Integration::get_method_title() code WC 8.7.0

public function get_method_title() {
	return apply_filters( 'woocommerce_integration_title', $this->method_title, $this );
}