woocommerce_product_reviews_is_product_review_or_reply

woocommerce_product_reviews_is_product_review_or_reply

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.9.9.5

apply_filters('woocommerce_product_reviews_is_product_review_or_reply') is found 1 times:

  • /src/Internal/Admin/ProductReviews/Reviews.php line 156
    		 *
    		 * @param bool             $is_review_or_reply Whether the object in context is a review or a reply to a review.
    		 * @param WP_Comment|mixed $object             The object in context.
    		 */
    		return (bool) apply_filters( 'woocommerce_product_reviews_is_product_review_or_reply', $is_review_or_reply, $object );
    	}
    
    	// phpcs:enable Universal.NamingConventions.NoReservedKeywordParameterNames.objectFound
    
    	/**
    	 * Ajax callback for editing a review.