[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@18.116.27.233: ~ $
<?php
Redux::setSection( $opt_name, array(
  	'title' => esc_html__('Footer Options', 'zilom'),
  	'icon' => 'el-icon-compass',
  	'fields' => array(
	 	array(
			'id' 			=> 'footer_layout',
			'type' 		=> 'select',
			'options' 	=> zilom_get_footer(),
			'default' 	=> 'footer-1'
	 	),
	 	array(
			'id' 			=> 'copyright_default',
			'type' 		=> 'button_set',
			'title' 		=> esc_html__('Enable/Disable Copyright Text', 'zilom'),
			'options' 	=> array(
				'yes' 	=> esc_html__('Enable', 'zilom'),
				'no' 		=> esc_html__('Disable', 'zilom')
			),
			'default' 	=> 'yes'
	 	),
	 	array(
			'id' 			=> 'copyright_text',
			'type' 		=> 'editor',
			'title' 		=> esc_html__('Footer Copyright Text', 'zilom'),
			'default' 	=> esc_html__('Copyright - 2021 - Company - All rights reserved. Powered by WordPress.', 'zilom')
	 	),
  	)
));

Filemanager

Name Type Size Permission Actions
init.php File 6.14 KB 0644
opts-blog.php File 4.23 KB 0644
opts-breadcrumb.php File 2.7 KB 0644
opts-course.php File 3.43 KB 0644
opts-footer.php File 835 B 0644
opts-general.php File 1.58 KB 0644
opts-header.php File 1.84 KB 0644
opts-page.php File 2.26 KB 0644
opts-portfolio.php File 5.1 KB 0644
opts-styling.php File 3.22 KB 0644
opts-typography.php File 2.52 KB 0644
opts-woo.php File 8.3 KB 0644