wc_products_rss_feed()
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() wc products rss feed code WC 9.6.0
function wc_products_rss_feed() { wc_deprecated_function( 'wc_products_rss_feed', '2.6' ); }