HEX
Server: Apache
System: Linux webm006.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: slyfwmm (169339)
PHP: 8.1.34
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/slyfwmm/studiomilighetti/wp-content/themes/domik/includes/redux-sections/folio-pagi.php
<?php
/* banner-php */

Redux::setSection( $opt_name, array(
    'title' => esc_html__('Pagination / Loadmore', 'domik'),
    'id'         => 'folio-pagination-lmore-optons',
    'subsection' => true,
    'fields' => array(
        
        array(
            'id'       => 'folio_show_loadmore',
            'type'     => 'switch',
            'on'=> esc_html__('Yes','domik'),
            'off'=> esc_html__('No','domik'),
            'title'    => esc_html__( 'Use Infinite scroll?', 'domik' ),
            'subtitle' => esc_html__( 'Items will be added automatically when scroll down to the page bottom.', 'domik' ),
            'default'  => true,
        ),


        array(
            'id'       => 'folio_loadmore_items',
            'type'     => 'text',
            'title'    => esc_html__( 'Load more items', 'domik' ),
            'subtitle' => esc_html__( 'Number of posts to get on each additional loading.', 'domik' ),
            'default'  => 3,
        ),

        array(
            'id'       => 'folio_show_pagination',
            'type'     => 'switch',
            'on'=> esc_html__('Yes','domik'),
            'off'=> esc_html__('No','domik'),
            'title'    => esc_html__( 'Show Pagination', 'domik' ),
            'default'  => false,
        ),

          
    ),
));