wc_products_rss_feed()WC 1.0

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

Products RSS Feed.

No Hooks.

Return

null. Nothing (null).

Usage

wc_products_rss_feed();

Changelog

Deprecated since 2.6

wc_products_rss_feed() code WC 8.6.1

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