Sindbad~EG File Manager
<?php
use RealPress\Helpers\Fields\Checkbox;
use RealPress\Helpers\Fields\Text;
return apply_filters(
'realpress/filter/config/widgets/contact-form',
array(
'title' => array(
'type' => new Text(),
'id' => 'title',
'title' => esc_html__( 'Title', 'realpress' ),
'default' => '',
),
'cc_admin' => array(
'type' => new Checkbox(),
'id' => 'cc_admin',
'title' => esc_html__( 'CC admin email', 'realpress' ),
'label' => 'Enable',
'default' => '',
),
)
);
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists