| Server IP : 62.72.47.131 / Your IP : 216.73.217.34 Web Server : Apache/2.4.66 (Debian) System : Linux 975cdb959a49 5.14.0-611.55.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 15:19:29 EDT 2026 x86_64 User : ( 501) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/html/wp-content/plugins/medicate-core/includes/options/ |
Upload File : |
<?php
/*
* 404 Options
*/
$options;
Redux::setSection( $options, array(
'title' => esc_html__('404','architeck'),
'id' => 'fourzerofour-section',
'icon' => 'el-icon-error',
'desc' => esc_html__('This section contains options for 404.','architeck'),
'fields'=> array(
array(
'id' => 'architeck_404_banner_image',
'type' => 'media',
'url' => true,
'title' => esc_html__( '404 Page Default Banner Image','architeck'),
'read-only'=> false,
'subtitle' => esc_html__( 'Upload banner image for your Website. Otherwise blank field will be displayed in place of this section.','architeck'),
),
array(
'id' => 'architeck_fourzerofour_title',
'type' => 'text',
'title' => esc_html__( '404 Page Title','architeck'),
'default' => esc_html__( '404 Error','architeck' )
),
array(
'id' => 'architeck_four_description',
'type' => 'textarea',
'title' => esc_html__( '404 Page Description','architeck'),
'default' => esc_html__( 'Oops! This Page is Not Found.','architeck' )
),
))
);
?>