Automattic\WooCommerce\Internal\Admin\Settings

Payments::get_payment_extension_suggestion_categoriespublicWC 1.0

Get the payment extension suggestions categories details.

Method of the class: Payments{}

No Hooks.

Returns

Array. The payment extension suggestions categories.

Usage

$Payments = new Payments();
$Payments->get_payment_extension_suggestion_categories(): array;

Payments::get_payment_extension_suggestion_categories() code WC 9.9.4

public function get_payment_extension_suggestion_categories(): array {
	return $this->providers->get_extension_suggestion_categories();
}