pagination in review tab
-
hi. I want have deference pagination for review tab with wordpress comment setting.
I use below code,this code just show 5 comment and not show a link for other comment.function woocommerce_product_review_list_args_mod($args){ $args['per_page'] = 5; return $args; } add_filter( 'woocommerce_product_review_list_args', 'woocommerce_product_review_list_args_mod' );
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘pagination in review tab’ is closed to new replies.