wc_products_rss_feed()WC 1.0

Deprecated since 2.6. It is no longer supported and may be removed in future releases. It is recommended to replace this function with the same one.

Products RSS Feed.

No Hooks.

Returns

null. Nothing (null).

Usage

wc_products_rss_feed();

Changelog

Deprecated since 2.6

wc_products_rss_feed() code WC 10.6.2

function wc_products_rss_feed() {
	wc_deprecated_function( 'wc_products_rss_feed', '2.6' );
}