Remove doc references to predetermined list of marketing channels

This commit is contained in:
Nima 2022-12-28 13:30:48 +00:00
parent 44042634e6
commit f7be32dc9b
1 changed files with 0 additions and 5 deletions

View File

@ -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