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/404.php
<?php
/* banner-php */

Redux::setSection( $opt_name, array(
    'title' => __('404 Page', 'domik'),
    'id'         => '404-intro-text-settings',
    'subsection' => false,
    //'desc'       => __( 'For full documentation on this field, visit: ', 'redux-framework-demo' ) . '<a href="http://docs.reduxframework.com/core/fields/checkbox/" target="_blank">http://docs.reduxframework.com/core/fields/checkbox/</a>',
    'icon'       => 'el-icon-file-edit',
    'fields' => array(
        array(
            'id' => '404_intro',
            'type' => 'editor',
            'title' => __('404 Page Message', 'domik'),
            // 'subtitle' => '',
            // 'desc' => '',
            
            'default' => 'Sorry, but the page you are looking for has not been found.'
        ),


        array(
            'id' => 'back_home_link',
            'type' => 'text',
            'title' => esc_html__('Back Home Link', 'domik'),
            'default' => esc_url( home_url('/' ) )
        ),

        array(
            'id' => '404_right_parallax_bg',
            'type' => 'media',
            'url' => true,
            'title' => __('Right Background Image', 'domik'),
            'default' => array('url' => get_template_directory_uri().'/assets/images/bg/long/7.jpg'),
        ),
        
    ),
) );