WC_Comments::exclude_webhook_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 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() WC Comments::exclude webhook comments from feed join code WC 9.6.0
public static function exclude_webhook_comments_from_feed_join( $join ) { wc_deprecated_function( 'WC_Comments::exclude_webhook_comments_from_feed_join', '3.1' ); }