woocommerce_marketing_channels
woocommerce_marketing_channels
Appears in: woocommerce.7.4.0, woocommerce.7.4.1
Hook Type: filter
Displaying hooks found in version: woocommerce.7.4.1apply_filters('woocommerce_marketing_channels') is found 1 times:
- /src/Admin/Marketing/MarketingChannels.php line 62
* @param MarketingChannelInterface[] $channels Array of registered marketing channels. * * @since x.x.x */ $channels = apply_filters( 'woocommerce_marketing_channels', $this->registered_channels ); return array_values( $channels ); } }