sections[] = array( 'title' => esc_html__('404 Page', 'blogup'), 'desc' => esc_html__('Change the title wrapper section configuration.', 'blogup'), 'icon' => 'fa fa-window-close-o', 'fields' => array( array( 'id'=>'page404-content', 'type' => 'textarea', 'title' => esc_html__('Content', 'blogup'), 'subtitle' => esc_html__('Content for 404 page.', 'blogup'), ), ), // #fields );