Hello.
When I click on the payment status, only about 10 ads appear to me, even though I have over 20 ads set.
Can there be any problem with the file?
<div class="paginate">
<?php
$params = array(
'total' => $total_pages,
'selected' => $page,
'url' => osc_route_url('payment-pro-user-menu', array('iPage' => '{PAGE}'))
);
echo osc_pagination($params); ?>
</div>
maybe this code will not run there properly, right?
Best RegardsPeter