woocommerce_before_widget_product_review_list

woocommerce_before_widget_product_review_list

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_before_widget_product_review_list') is found 1 times:

  • /includes/widgets/class-wc-widget-recent-reviews.php line 73
     
    		if ( $comments ) {
    			$this->widget_start( $args, $instance );
    
    			echo wp_kses_post( apply_filters( 'woocommerce_before_widget_product_review_list', '<ul class="product_list_widget">' ) );
    
    			foreach ( (array) $comments as $comment ) {
    				wc_get_template(
    					'content-widget-reviews.php',
    					array(
    						'comment' => $comment,