WC_Comments::exclude_webhook_comments_from_feed_join()public staticWC 1.0

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 webhooks comments from feed.

Method of the class: WC_Comments{}

No Hooks.

Return

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() code WC 8.7.0

public static function exclude_webhook_comments_from_feed_join( $join ) {
	wc_deprecated_function( 'WC_Comments::exclude_webhook_comments_from_feed_join', '3.1' );
}