get_items_per_page('duplicator_pro_opts_per_page'); } function display_pagination($total_items,$per_page=10) { $this->set_pagination_args( array( 'total_items' => $total_items, 'per_page' => $per_page ) ); $which='top'; $this->pagination( $which ); } }