woocommerce_marketing_channels

woocommerce_marketing_channels

Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.8.3

apply_filters('woocommerce_marketing_channels') is found 1 times:

  • /src/Admin/Marketing/MarketingChannels.php line 62

    Warning: Undefined array key 66 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 67 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    		 * @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 );
    	}
    }