set_pagination_args( array( 'total_items' => $total, 'per_page' => $number_per_page ) ); } public function show() { $this->pagination( 'bottom' ); } }