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