HEX
Server: Apache
System: Linux webd003.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/protected.php
<?php
/* banner-php */

Redux::setSection( $opt_name, array(
    'title' => esc_html__('Password Protected Page', 'domik'),
    'id'         => 'password_protected',
    'subsection' => false,
    
    'icon'       => 'el-icon-lock',
    'fields' => array(
        array(
            'id' => 'bgpasspost',
            'type' => 'media',
            'url' => true,
            'title' => esc_html__('Page Background Image', 'domik'),
            //'compiler' => 'true',
            //'mode' => false, // Can be set to false to allow any media type, or can also be set to any mime type.
            'desc' => esc_html__('This image will be used for background image in password protected page.', 'domik'),
            // 'subtitle' => esc_html__('', 'domik'),
            'default' => array('url' => get_template_directory_uri().'/assets/images/bg/2.jpg'),
        ),
        array(
            'id'       => 'passpost_title',
            'type'     => 'switch',
            'title'    => esc_html__( 'Show post title', 'domik' ),
            // 'subtitle' => esc_html__( '', 'domik' ),
            'default'  => true,
        ),
        array(
            'id' => 'passpost_intro',
            'type' => 'editor',
            'title' => esc_html__('Page Message', 'domik'),
            'subtitle' => '',
            'desc' => '',
            
            'default' => '<h3>Nullam sed sapien dui. Nulla auctor sit amet sem non porta. <br>Integer iaculis tellus nulla, quis imperdiet magna venenatis vitae.</h3>'
        ),
  
        
    ),
) );