WC_Integration::get_method_description()

Return the description for admin screens.


Description Description


Return Return

(string)


Top ↑

Source Source

File: includes/abstracts/abstract-wc-integration.php

	public function get_method_description() {
		return apply_filters( 'woocommerce_integration_description', $this->method_description, $this );
	}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.