woocommerce_product_review_list_args

woocommerce_product_review_list_args

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_product_review_list_args') is found 1 times:

  • /templates/single-product-reviews.php line 44
    		</h2>
    
    		<?php if ( have_comments() ) : ?>
    			<ol class="commentlist">
    				<?php wp_list_comments( apply_filters( 'woocommerce_product_review_list_args', array( 'callback' => 'woocommerce_comments' ) ) ); ?>
    			</ol>
    
    			<?php
    			if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) :
    				echo '<nav class="woocommerce-pagination">';
    				paginate_comments_links(