woocommerce_after_widget_product_review_list

woocommerce_after_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_after_widget_product_review_list') is found 1 times:

  • /includes/widgets/class-wc-widget-recent-reviews.php line 85
    					)
    				);
    			}
    
    			echo wp_kses_post( apply_filters( 'woocommerce_after_widget_product_review_list', '</ul>' ) );
    
    			$this->widget_end( $args );
    
    		}
    
    		$content = ob_get_clean();