WC_Integration::get_method_title()publicWC 1.0

Return the title for admin screens.

Метод класса: WC_Integration{}

Хуки из метода

Возвращает

Строку.

Использование

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

Код WC_Integration::get_method_title() WC 8.7.0

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