Filter: {$this->menu_slug}_providers

apply_filters( '{$this->menu_slug}_providers', $this->providers ) → {array}

Filter the list of providers for the service.

Parameters:
Name Type Description
$this->providers array

Array of available providers for the service.

Since:
  • 1.3.0
Source:
Returns:

The filtered available providers.

Type
array