This area will display a maximum of 10 tickets.
I’ve tested with 12 tickets…
Looks here
12 tickets are display…
It’s a big pb if you are 50 tickets…. 😀
I find : 10 open limit and 5 closed limite lol OK !!!
Page ‘user-profile.php’
// Get tickets
$open = wpas_get_tickets( 'open', array( 'posts_per_page' => apply_filters( 'wpas_user_profile_tickets_open_limit', 10 ), 'author' => $post->post_author ) );
$closed = wpas_get_tickets( 'closed', array( 'posts_per_page' => apply_filters( 'wpas_user_profile_tickets_closed_limit', 5 ), 'author' => $post->post_author ) );
My bad friendlydesign I was wrong. It is indeed 10 open and 5 closed. Thanks for correcting that 🙂