Sindbad~EG File Manager

Current Path : /home/xiedrke/entrepot/wp-content/plugins/realpress/config/widgets/
Upload File :
Current File : /home/xiedrke/entrepot/wp-content/plugins/realpress/config/widgets/contact-form.php

<?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