Automattic\WooCommerce\Internal\Admin\ProductReviews
ReviewsListTable::get_review_count()
Method of the class: ReviewsListTable{}
No Hooks.
Return
null
. Nothing (null).
Usage
$ReviewsListTable = new ReviewsListTable(); $ReviewsListTable->;
ReviewsListTable::get_review_count() ReviewsListTable::get review count code WC 9.8.2
return $link; } /** * Gets the number of reviews (including review replies) for a given status. * * @param string $status Status key from {@see ReviewsListTable::get_status_filters()}. * @param int $product_id ID of the product if we're filtering by product in this request. Otherwise, `0` for no product filters. * @return int */