Automattic\WooCommerce\Internal\Admin\Settings
Payments::get_payment_extension_suggestion_categories
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() Payments::get payment extension suggestion categories code WC 10.6.2
public function get_payment_extension_suggestion_categories(): array {
return $this->providers->get_extension_suggestion_categories();
}