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

void. Nothing (null).

Usage

wc_products_rss_feed();

Changelog

Deprecated since 2.6

wc_products_rss_feed() code WC 11.0.1

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