WC_Comments::exclude_webhook_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 webhooks comments from feed.
Method of the class: WC_Comments{}
No Hooks.
Returns
null. Nothing (null).
Usage
$result = WC_Comments::exclude_webhook_comments_from_feed_join( $join );
- $join(mixed) (required)
- Deprecated.
Changelog
| Deprecated since | 3.1 |
WC_Comments::exclude_webhook_comments_from_feed_join() WC Comments::exclude webhook comments from feed join code WC 10.5.0
public static function exclude_webhook_comments_from_feed_join( $join ) {
wc_deprecated_function( 'WC_Comments::exclude_webhook_comments_from_feed_join', '3.1' );
}