Remove doc references to predetermined list of marketing channels
This commit is contained in:
parent
44042634e6
commit
f7be32dc9b
|
@ -23,8 +23,6 @@ class MarketingChannels {
|
|||
/**
|
||||
* Registers a marketing channel.
|
||||
*
|
||||
* Note that only a predetermined list of third party extensions can be registered as a marketing channel.
|
||||
*
|
||||
* @param MarketingChannelInterface $channel The marketing channel to register.
|
||||
*
|
||||
* @return void
|
||||
|
@ -48,9 +46,6 @@ class MarketingChannels {
|
|||
/**
|
||||
* Filter the list of registered marketing channels.
|
||||
*
|
||||
* Note that only a predetermined list of third party extensions can be registered as a marketing channel.
|
||||
* Any new plugins added to this array will be cross-checked with that list, which is obtained from WooCommerce.com API.
|
||||
*
|
||||
* @param MarketingChannelInterface[] $channels Array of registered marketing channels.
|
||||
*
|
||||
* @since x.x.x
|
||||
|
|
Loading…
Reference in New Issue