review; $id = $store_user->ID; $post_type = 'product'; $limit = 20; $status = '1'; $comments = $dokan_template_reviews->comment_query( $id, $post_type, $limit, $status ); ?> render_store_tab_comment_list( $comments , $store_user->ID); ?> review_pagination( $id, $post_type, $limit, $status ); ?>