Server : LiteSpeed System : Linux webbox1.ncrdns.net 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 : rahcos ( 1533) PHP Version : 8.4.24 Disable Function : NONE Directory : /home4/rahcos/.trash/wp-content/themes/hara/inc/vendors/redux-framework/config/ |
<?php
/**
* Redux Framework checkbox config.
* For full documentation, please visit: http://devs.redux.io/
*
* @package Redux Framework
*/
defined( 'ABSPATH' ) || exit;
/** Page 404 Settings **/
Redux::set_section(
$opt_name,
array(
'icon' => 'zmdi zmdi-search-replace',
'title' => esc_html__('Page 404', 'hara'),
'fields' => array(
array(
'id' => 'img_404',
'type' => 'media',
'title' => esc_html__('Upload Image 404', 'hara'),
'subtitle' => esc_html__('Image File (.png or .gif)', 'hara'),
),
)
)
);