WC_Comments::exclude_order_comments_from_feed_join()
Deprecated from version 3.1. It is no longer supported and can be removed in future releases. It is recommended to replace this function with the same one.
Exclude order comments from feed.
{} It's a method of the class: WC_Comments{}
No Hooks.
Return
null
. Nothing.
Usage
$result = WC_Comments::exclude_order_comments_from_feed_join( $join );
- $join(mixed) (required)
- Deprecated.
Changelog
Deprecated | 3.1 |
Code of WC_Comments::exclude_order_comments_from_feed_join() WC Comments::exclude order comments from feed join WC 6.7.0
public static function exclude_order_comments_from_feed_join( $join ) { wc_deprecated_function( 'WC_Comments::exclude_order_comments_from_feed_join', '3.1' ); }